index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Add an option to force per-cpu mmaps
Adrian Hunter
2013-11-14
3
-3
/
+6
*
perf symbols: Limit max callchain using max_stack on DWARF unwinding too
Arnaldo Carvalho de Melo
2013-11-14
3
-7
/
+9
*
perf evsel: Introduce perf_evsel__prev() method
Arnaldo Carvalho de Melo
2013-11-14
1
-0
/
+5
*
perf tools: Synthesize anon MMAP records again
Don Zickus
2013-11-14
1
-2
/
+4
*
perf tools: Remove trivial extra semincolon
Davidlohr Bueso
2013-11-14
1
-1
/
+1
*
Merge branch 'linus' into perf/urgent
Ingo Molnar
2013-11-14
1
-16
/
+59
|
\
|
*
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-14
1
-16
/
+59
|
|
\
|
|
*
Merge branch 'devel-stable' into for-next
Russell King
2013-11-12
1
-16
/
+59
|
|
|
\
|
|
|
*
perf: parse the .debug_frame section in case .eh_frame is not present
Jean Pihet
2013-09-30
1
-16
/
+59
*
|
|
|
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
2013-11-12
9
-74
/
+65
*
|
|
|
perf evlist: Refactor mmap_pages parsing
David Ahern
2013-11-12
1
-11
/
+28
*
|
|
|
perf evlist: Round mmap pages to power 2 - v2
David Ahern
2013-11-12
1
-12
/
+6
*
|
|
|
perf record: Fix segfault with --no-mmap-pages
David Ahern
2013-11-12
1
-0
/
+3
*
|
|
|
perf tools: Prevent condition that all sort keys are elided
Namhyung Kim
2013-11-11
1
-0
/
+13
*
|
|
|
perf machine: Simplify synthesize_threads method
Arnaldo Carvalho de Melo
2013-11-11
2
-6
/
+14
*
|
|
|
perf machine: Introduce synthesize_threads method out of open coded equivalent
Arnaldo Carvalho de Melo
2013-11-11
2
-0
/
+16
*
|
|
|
perf record: Synthesize non-exec MMAP records when --data used
Arnaldo Carvalho de Melo
2013-11-11
2
-22
/
+32
*
|
|
|
perf evsel: Remove idx parm from constructor
Arnaldo Carvalho de Melo
2013-11-11
5
-13
/
+25
|
/
/
/
*
|
|
perf tools: Remove unneeded include
Rodrigo Campos
2013-11-07
1
-1
/
+0
*
|
|
perf tools: Fix version when building out of tree
David Ahern
2013-11-07
1
-0
/
+3
*
|
|
perf evsel: Ditch evsel->handler.data field
Arnaldo Carvalho de Melo
2013-11-07
3
-7
/
+4
*
|
|
tools/perf: Add required memory barriers
Peter Zijlstra
2013-11-06
1
-2
/
+2
*
|
|
perf tools: Finish the removal of 'self' arguments
Arnaldo Carvalho de Melo
2013-11-05
14
-193
/
+191
*
|
|
perf tools: Check maximum frequency rate for record/top
Jiri Olsa
2013-11-05
2
-0
/
+72
*
|
|
perf fs: Add procfs support
Jiri Olsa
2013-11-05
3
-2
/
+19
*
|
|
perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()
Arnaldo Carvalho de Melo
2013-11-05
4
-19
/
+14
*
|
|
perf tools: Factor sysfs code into generic fs object
Jiri Olsa
2013-11-05
7
-69
/
+116
*
|
|
perf hists: Consolidate __hists__add_*entry()
Namhyung Kim
2013-11-04
2
-83
/
+10
*
|
|
perf stat: Enhance option parse error message
Namhyung Kim
2013-11-04
1
-1
/
+2
*
|
|
perf tools: Show single option when failed to parse
Namhyung Kim
2013-11-04
2
-89
/
+132
*
|
|
perf evsel: Synthesize PERF_SAMPLE_TRANSACTION
Adrian Hunter
2013-11-04
1
-0
/
+8
*
|
|
perf evsel: Add missing overflow check for TRANSACTION
Adrian Hunter
2013-11-04
1
-0
/
+1
*
|
|
perf evsel: Always use perf_evsel__set_sample_bit()
Adrian Hunter
2013-11-04
1
-3
/
+3
*
|
|
perf evlist: Add a debug print if event buffer mmap fails
Adrian Hunter
2013-11-04
1
-0
/
+2
*
|
|
perf evsel: Add a debug print if perf_event_open fails
Adrian Hunter
2013-11-04
1
-0
/
+2
*
|
|
perf tools: Get current comm instead of last one
Namhyung Kim
2013-11-04
7
-12
/
+30
*
|
|
perf tools: Compare hists comm by addresses
Frederic Weisbecker
2013-11-04
1
-1
/
+2
*
|
|
perf tools: Add new COMM infrastructure
Frederic Weisbecker
2013-11-04
4
-25
/
+196
*
|
|
perf tools: Add time argument on COMM setting
Frederic Weisbecker
2013-11-04
6
-43
/
+57
*
|
|
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
2013-11-04
6
-11
/
+18
*
|
|
perf probe: Fix typo
Arnaldo Carvalho de Melo
2013-11-04
1
-1
/
+1
*
|
|
Merge branch 'perf/urgent' into perf/core to fix conflicts
Ingo Molnar
2013-11-04
2
-3
/
+10
|
\
\
\
|
*
|
|
perf tools: Remove cast of non-variadic function to variadic
Michael Hudson-Doyle
2013-11-01
2
-3
/
+10
*
|
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-10-29
9
-36
/
+69
|
\
\
\
\
|
|
/
/
/
|
*
|
|
perf tools: Fixup mmap event consumption
Zhouyi Zhou
2013-10-28
3
-3
/
+14
|
*
|
|
perf record: Split -g and --call-graph
Jiri Olsa
2013-10-28
1
-0
/
+3
|
*
|
|
perf hists: Add color overhead for stdio output buffer
Jiri Olsa
2013-10-28
1
-0
/
+13
|
*
|
|
perf tools: Fix up /proc/PID/maps parsing
Arnaldo Carvalho de Melo
2013-10-28
1
-1
/
+1
|
*
|
|
perf script python: Fix mem leak due to missing Py_DECREFs on dict entries
Joseph Schuchart
2013-10-24
1
-13
/
+24
|
|
/
/
|
*
|
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
2013-10-17
2
-18
/
+13
[next]