summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf probe: Verify given line is a representive lineMasami Hiramatsu2019-11-181-0/+36
* | perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu2019-11-181-4/+58
* | x86/insn: perf tools: Add some instructions to the new instructions testAdrian Hunter2019-11-183-0/+223
* | perf map: Move seldom used ->flags field to second cachelineArnaldo Carvalho de Melo2019-11-181-1/+1
* | perf map: Use bitmap for booleansArnaldo Carvalho de Melo2019-11-181-2/+2
* | perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter2019-11-181-1/+1
* | perf map_groups: Auto sort maps by name, if neededArnaldo Carvalho de Melo2019-11-183-3/+111
* | perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo2019-11-183-13/+7
* | perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo2019-11-181-2/+27
* | perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo2019-11-181-26/+1
* | perf map_groups: Add a front end cache for map lookups by nameArnaldo Carvalho de Melo2019-11-183-5/+19
* | perf maps: Do not use an rbtree to sort by map nameArnaldo Carvalho de Melo2019-11-185-47/+3
* | perf maps: Purge the entries from maps->names in __maps__purge()Arnaldo Carvalho de Melo2019-11-132-41/+1
* | perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter2019-11-131-3/+9
* | perf vendor events power9: Fix commas so PMU event files are valid JSONJames Clark2019-11-129-894/+894
* | perf vendor events power8: Fix commas so PMU event files are valid JSONJames Clark2019-11-129-969/+969
* | perf vendor events arm64: Fix commas so PMU event files are valid JSONJames Clark2019-11-1219-310/+310
* | perf parse: Use YYABORT to clear stack after failure, plugging leaksIan Rogers2019-11-121-1/+2