index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
perf tools: Add interface to arch registers sets
Jiri Olsa
1
-0
/
+14
2012-08-10
perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
Jiri Olsa
1
-0
/
+1
2012-08-09
perf symbols: Implement poor man's ELF parser
Namhyung Kim
1
-7
/
+235
2012-08-09
perf symbols: Support minimal build without libelf
Namhyung Kim
3
-1
/
+56
2012-08-09
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
5
-797
/
+816
2012-08-09
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
2
-1
/
+8
2012-08-09
perf tools: Support for events bash completion
Frederic Weisbecker
2
-29
/
+48
2012-08-09
perf script python: Correct handler check and spelling errors
Feng Tang
1
-5
/
+3
2012-08-08
perf scripts python: Pass event/thread/dso name and symbol info to event hand...
Feng Tang
1
-6
/
+29
2012-08-08
perf script: Replace "struct thread" with "struct addr_location" as a paramet...
Feng Tang
4
-14
/
+17
2012-08-08
perf script: Add general python handler to process non-tracepoint events
Feng Tang
1
-1
/
+58
2012-08-08
perf tools: Fix parsing of 64 bit raw config value for 32 bit
Robert Richter
4
-13
/
+13
2012-08-08
perf script: Stop using pevent directly
Arnaldo Carvalho de Melo
5
-16
/
+11
2012-08-08
perf evsel: Cache associated event_format
Arnaldo Carvalho de Melo
6
-28
/
+36
2012-08-08
perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-08-08
perf tools: Add dump_stack function
Arnaldo Carvalho de Melo
2
-0
/
+21
2012-08-03
perf tools: Introduce intlist
David Ahern
2
-0
/
+176
2012-08-03
perf tools: Change strlist to use the new rblist
David Ahern
2
-84
/
+57
2012-08-03
perf tools: Introducing rblist
David Ahern
2
-0
/
+154
2012-08-03
perf kvm: Use strtol for walking guestmount directory
David Ahern
1
-1
/
+9
2012-08-03
perf tool: Save cmdline from user in file header vs what is passed to record
David Ahern
2
-0
/
+12
2012-08-03
perf session: Remove no longer used synthesize_sample method
Arnaldo Carvalho de Melo
2
-12
/
+0
2012-08-02
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
5
-15
/
+11
2012-08-02
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
5
-24
/
+18
2012-08-02
perf session: Use perf_evlist__id_hdr_size more extensively
Arnaldo Carvalho de Melo
2
-8
/
+8
2012-08-02
perf session: Use perf_evlist__sample_id_all more extensively
Arnaldo Carvalho de Melo
2
-6
/
+4
2012-08-02
perf session: Use perf_evlist__sample_type more extensively
Arnaldo Carvalho de Melo
2
-17
/
+25
2012-08-02
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
5
-20
/
+20
2012-08-02
perf target: Fix check on buffer size
Namhyung Kim
1
-1
/
+1
2012-08-02
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
1
-2
/
+2
2012-08-02
perf test: Fix parse events automated tests
Jiri Olsa
1
-6
/
+6
2012-07-25
perf annotate: Prevent overflow in size calculation
Cody Schafer
1
-1
/
+12
2012-07-25
perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific
Kirill A. Shutemov
1
-1
/
+10
2012-07-25
perf tools: Make the breakpoint events sample period default to 1
Jovi Zhang
1
-0
/
+1
2012-07-25
perf test: Add dso data caching tests
Jiri Olsa
2
-0
/
+154
2012-07-25
perf symbols: Add dso data caching
Jiri Olsa
2
-18
/
+147
2012-07-25
perf symbols: Add interface to read DSO image data
Jiri Olsa
2
-0
/
+117
2012-07-25
perf symbols: Factor DSO symtab types to generic binary types
Jiri Olsa
3
-101
/
+144
2012-07-25
perf hists: Print newline between hists callchains
Frederic Weisbecker
1
-0
/
+2
2012-07-25
perf tools: Fix trace events storms due to weight demux
Frederic Weisbecker
2
-1
/
+2
2012-07-25
perf hists: Return correct number of characters printed in callchain
Frederic Weisbecker
1
-2
/
+3
2012-07-25
perf tools: Dump exclude_{guest,host}, precise_ip header info too
David Ahern
1
-0
/
+6
2012-07-25
perf kvm: Limit repetitive guestmount message to once per directory
David Ahern
1
-1
/
+10
2012-07-25
perf kvm: Fix bug resolving guest kernel syms
David Ahern
3
-0
/
+15
2012-07-25
perf kvm: Guest userspace samples should not be lumped with host uspace
David Ahern
1
-1
/
+3
2012-07-25
perf kvm: Set name for VM process in guest machine
David Ahern
1
-1
/
+16
2012-07-23
perf symbols: Add machine id to modules debug message
David Ahern
1
-2
/
+9
2012-07-18
Merge branch 'linus' into perf/core
Ingo Molnar
3
-17
/
+17
2012-07-05
perf tools: Split event symbols arrays to hw and sw parts
Jiri Olsa
1
-57
/
+117
2012-07-05
perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokens
Jiri Olsa
2
-5
/
+12
[next]