summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf pmu: Use file system cache to optimize sysfs accessAndi Kleen2019-11-285-31/+83
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2019-11-281-1/+1
* perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo2019-11-281-1/+1
* perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo2019-11-281-2/+2
* perf tools: Allow to link with libbpf dynamicalyJiri Olsa2019-11-262-1/+15
* perf tests: Rename tests/map_groups.c to tests/maps.cArnaldo Carvalho de Melo2019-11-264-5/+5
* perf tests: Rename thread-mg-share to thread-maps-shareArnaldo Carvalho de Melo2019-11-264-15/+15
* perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo2019-11-2611-13/+13
* perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo2019-11-2610-140/+135
* perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo2019-11-269-16/+16
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-269-24/+24
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-2619-49/+49
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-2633-275/+209
* x86/insn: perf tools: Add some more instructions to the new instructions testAdrian Hunter2019-11-263-0/+1505
* perf map: Remove unused functionsArnaldo Carvalho de Melo2019-11-262-27/+8
* perf map: Remove needless struct forward declarationsArnaldo Carvalho de Melo2019-11-261-3/+0
* perf map: Ditch leftover map__reloc_vmlinux() prototypeArnaldo Carvalho de Melo2019-11-261-2/+0
* perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo2019-11-263-50/+42
* Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2019-11-251-1/+2
|\
| * x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2019-10-171-1/+2
* | perf parse: Fix potential memory leak when handling tracepoint errorsIan Rogers2019-11-221-4/+5
* | perf probe: Fix spelling mistake "addrees" -> "address"Colin Ian King2019-11-221-1/+1
* | perf intel-bts: Does not support AUX area samplingAdrian Hunter2019-11-222-0/+7
* | perf intel-pt: Add support for decoding AUX area samplesAdrian Hunter2019-11-221-3/+106
* | perf intel-pt: Add support for recording AUX area samplesAdrian Hunter2019-11-223-3/+139
* | perf pmu: When using default config, record which bits of config were changed...Adrian Hunter2019-11-225-1/+56
* | perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter2019-11-222-0/+122
* | perf session: Add facility to peek at all eventsAdrian Hunter2019-11-222-0/+33
* | perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter2019-11-223-2/+28
* | perf inject: Cut AUX area samplesAdrian Hunter2019-11-221-0/+29
* | perf record: Add aux-sample-size config termAdrian Hunter2019-11-227-1/+121
* | perf record: Add support for AUX area samplingAdrian Hunter2019-11-222-1/+26
* | perf auxtrace: Add support for AUX area sample recordingAdrian Hunter2019-11-224-0/+127
* | perf auxtrace: Move perf_evsel__find_pmu()Adrian Hunter2019-11-221-12/+12
* | perf record: Add a function to test for kernel support for AUX area samplingAdrian Hunter2019-11-222-0/+32
* | perf tools: Add kernel AUX area sampling definitionsAdrian Hunter2019-11-218-4/+51
* | perf report: Jump to symbol source view from total cycles viewJin Yao2019-11-195-10/+40
* | perf util: Move block TUI function to ui browsersJin Yao2019-11-193-64/+68
* | perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov2019-11-191-17/+27
* | perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo2019-11-1910-64/+118
* | perf dsos: Remove unused dsos__find() methodArnaldo Carvalho de Melo2019-11-192-10/+0
* | perf map: Move comparision of map's dso_id to a separate functionArnaldo Carvalho de Melo2019-11-193-12/+31
* | perf map: Pass a dso_id to map__new()Arnaldo Carvalho de Melo2019-11-193-15/+16
* | perf map: Move maj/min/ino/ino_generation to separate structArnaldo Carvalho de Melo2019-11-194-20/+28
* | perf parse: Report initial event parsing errorIan Rogers2019-11-187-29/+80
* | perf probe: Trace a magic number if variable is not foundMasami Hiramatsu2019-11-184-5/+63
* | perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu2019-11-183-0/+19
* | perf probe: Support multiprobe eventMasami Hiramatsu2019-11-183-2/+15
* | perf probe: Generate event name with line numberMasami Hiramatsu2019-11-181-0/+8
* | perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu2019-11-181-0/+7