aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic treeIngo Molnar1-1/+2
2019-11-22perf parse: Fix potential memory leak when handling tracepoint errorsIan Rogers1-4/+5
2019-11-22perf probe: Fix spelling mistake "addrees" -> "address"Colin Ian King1-1/+1
2019-11-22perf intel-bts: Does not support AUX area samplingAdrian Hunter2-0/+7
2019-11-22perf intel-pt: Add support for decoding AUX area samplesAdrian Hunter1-3/+106
2019-11-22perf intel-pt: Add support for recording AUX area samplesAdrian Hunter3-3/+139
2019-11-22perf pmu: When using default config, record which bits of config were changed by the userAdrian Hunter5-1/+56
2019-11-22perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter2-0/+122
2019-11-22perf session: Add facility to peek at all eventsAdrian Hunter2-0/+33
2019-11-22perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter3-2/+28
2019-11-22perf inject: Cut AUX area samplesAdrian Hunter1-0/+29
2019-11-22perf record: Add aux-sample-size config termAdrian Hunter7-1/+121
2019-11-22perf record: Add support for AUX area samplingAdrian Hunter2-1/+26
2019-11-22perf auxtrace: Add support for AUX area sample recordingAdrian Hunter4-0/+127
2019-11-22perf auxtrace: Move perf_evsel__find_pmu()Adrian Hunter1-12/+12
2019-11-22perf record: Add a function to test for kernel support for AUX area samplingAdrian Hunter2-0/+32
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter8-4/+51
2019-11-19perf report: Jump to symbol source view from total cycles viewJin Yao5-10/+40
2019-11-19perf util: Move block TUI function to ui browsersJin Yao3-64/+68
2019-11-19perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov1-17/+27
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo10-64/+118
2019-11-19perf dsos: Remove unused dsos__find() methodArnaldo Carvalho de Melo2-10/+0
2019-11-19perf map: Move comparision of map's dso_id to a separate functionArnaldo Carvalho de Melo3-12/+31
2019-11-19perf map: Pass a dso_id to map__new()Arnaldo Carvalho de Melo3-15/+16
2019-11-19perf map: Move maj/min/ino/ino_generation to separate structArnaldo Carvalho de Melo4-20/+28
2019-11-18perf parse: Report initial event parsing errorIan Rogers7-29/+80
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu4-5/+63
2019-11-18perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu3-0/+19
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu3-2/+15
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu1-0/+8
2019-11-18perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu1-0/+7
2019-11-18perf probe: Verify given line is a representive lineMasami Hiramatsu1-0/+36
2019-11-18perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu1-4/+58
2019-11-18x86/insn: perf tools: Add some instructions to the new instructions testAdrian Hunter3-0/+223
2019-11-18perf map: Move seldom used ->flags field to second cachelineArnaldo Carvalho de Melo1-1/+1
2019-11-18perf map: Use bitmap for booleansArnaldo Carvalho de Melo1-2/+2
2019-11-18perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2019-11-18perf map_groups: Auto sort maps by name, if neededArnaldo Carvalho de Melo3-3/+111
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo3-13/+7
2019-11-18perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo1-2/+27
2019-11-18perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo1-26/+1
2019-11-18perf map_groups: Add a front end cache for map lookups by nameArnaldo Carvalho de Melo3-5/+19
2019-11-18perf maps: Do not use an rbtree to sort by map nameArnaldo Carvalho de Melo5-47/+3
2019-11-13perf maps: Purge the entries from maps->names in __maps__purge()Arnaldo Carvalho de Melo2-41/+1
2019-11-13perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter1-3/+9
2019-11-12perf vendor events power9: Fix commas so PMU event files are valid JSONJames Clark9-894/+894
2019-11-12perf vendor events power8: Fix commas so PMU event files are valid JSONJames Clark9-969/+969
2019-11-12perf vendor events arm64: Fix commas so PMU event files are valid JSONJames Clark19-310/+310
2019-11-12perf parse: Use YYABORT to clear stack after failure, plugging leaksIan Rogers1-1/+2
2019-11-12perf tool: Provide an option to print perf_event_open args and return valueRavi Bangoria5-18/+32