summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo2019-01-181-0/+2
| | * perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen2019-01-181-1/+1
| | * perf ordered_events: Fix crash in ordered_events__freeJiri Olsa2019-01-171-2/+4
| * | Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-01-182-1/+3
| |\ \ | | |/ | |/|
| | * powerpc/perf: Update perf_regs structure to include MMCRAMadhavan Srinivasan2019-01-082-1/+3
* | | perf augmented_syscalls: Convert to bpf_map()Arnaldo Carvalho de Melo2019-01-251-6/+2
* | | perf bpf examples: Convert etcsnoop to use bpf_map()Arnaldo Carvalho de Melo2019-01-251-6/+2
* | | perf trace: Fixup etcsnoop exampleArnaldo Carvalho de Melo2019-01-251-1/+2
* | | perf augmented_raw_syscalls: Use bpf_map()Arnaldo Carvalho de Melo2019-01-251-12/+2
* | | perf bpf: Convert pid_map() to bpf_map()Arnaldo Carvalho de Melo2019-01-251-7/+1
* | | perf bpf: Add bpf_map() helperArnaldo Carvalho de Melo2019-01-251-0/+8
* | | perf script python: Add Python3 support to tests/attr.pyTony Jones2019-01-251-13/+19
* | | perf script python: Remove explicit shebang from Python scriptsTony Jones2019-01-254-6/+2
* | | perf script python: Remove explicit shebang from tests/attr.cTony Jones2019-01-251-1/+0
* | | perf script python: Remove explicit shebang from setup.pyTony Jones2019-01-251-2/+0
* | | perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-01-251-2/+1
* | | perf script python: Add trace_context extension module to sys.modulesTony Jones2019-01-251-3/+9
* | | perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu2019-01-251-2/+8
* | | perf sched: Use cached rbtreesDavidlohr Bueso2019-01-251-20/+25
* | | perf hist: Use cached rbtreesDavidlohr Bueso2019-01-2514-147/+173
* | | perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-258-58/+67
* | | perf util: Use cached rbtree for rblistsDavidlohr Bueso2019-01-257-16/+24
* | | perf callchain: Use cached rbtreesDavidlohr Bueso2019-01-254-28/+36
* | | perf machine: Use cached rbtreesDavidlohr Bueso2019-01-255-36/+50
* | | perf callchain: No need to include perf.hArnaldo Carvalho de Melo2019-01-251-1/+0
* | | perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo2019-01-252-2/+3
* | | perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-2510-4/+13
* | | perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-255-6/+8
* | | perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo2019-01-253-1/+5
* | | perf block-range: Add missing headersArnaldo Carvalho de Melo2019-01-252-1/+7
* | | perf tools: Move branch structs to branch.hArnaldo Carvalho de Melo2019-01-253-23/+26
* | | perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-253-3/+13
* | | perf symbols: Move symbol_conf to separate fileArnaldo Carvalho de Melo2019-01-252-63/+74
* | | perf color: Add missing stdarg.g to color.hArnaldo Carvalho de Melo2019-01-251-0/+1
* | | perf utils: Move perf_config using routines from color.c to separate objectArnaldo Carvalho de Melo2019-01-213-39/+48
* | | perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo2019-01-211-0/+2
* | | perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo2019-01-211-0/+7
* | | perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu2019-01-213-0/+264
* | | perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu2019-01-2112-2/+97
* | | perf tools: Handle PERF_RECORD_KSYMBOLSong Liu2019-01-218-2/+116
* | | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-213-14/+14
* | | perf report: Dump s390 counter set data to fileThomas Richter2019-01-211-4/+73
* | | perf report: Display names in s390 diagnostic counter setsThomas Richter2019-01-211-5/+54
* | | perf report: Display arch specific diagnostic counter sets, starting with s390Thomas Richter2019-01-217-1/+277
* | | perf tools: Remove duplicate headersBrajeswar Ghosh2019-01-214-4/+0
* | | perf session: Add reader__process_events functionJiri Olsa2019-01-211-24/+38
* | | perf session: Add 'data_offset' member to reader objectJiri Olsa2019-01-211-4/+5
* | | perf session: Add 'data_size' member to reader objectJiri Olsa2019-01-211-1/+3
* | | perf session: Add reader objectJiri Olsa2019-01-211-2/+8
* | | perf session: Get rid of file_size variableJiri Olsa2019-01-211-7/+5