summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | 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: Add some Intel instructions to the opcode mapAdrian Hunter2019-11-181-6/+12
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov2019-11-181-2/+5
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | perf tool: Provide an option to print perf_event_open args and return valueRavi Bangoria2019-11-125-18/+32
| * | | | | | | | | | | | | perf map: Remove ->groups from 'struct map'Arnaldo Carvalho de Melo2019-11-122-5/+0
| * | | | | | | | | | | | | perf map: Combine maps__fixup_overlappings with its only useArnaldo Carvalho de Melo2019-11-121-9/+4
| * | | | | | | | | | | | | perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo2019-11-123-4/+5
| * | | | | | | | | | | | | perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo2019-11-126-0/+12
| * | | | | | | | | | | | | perf symbols: Use kmaps(map)->machine when we know its a kernel mapArnaldo Carvalho de Melo2019-11-121-13/+3
| * | | | | | | | | | | | | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo2019-11-1210-125/+114
| * | | | | | | | | | | | | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-129-62/+71
| * | | | | | | | | | | | | perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo2019-11-125-20/+19
| * | | | | | | | | | | | | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-127-75/+66
| * | | | | | | | | | | | | perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo2019-11-125-14/+14
| * | | | | | | | | | | | | perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo2019-11-124-8/+8
| * | | | | | | | | | | | | perf symbols: Stop using map->groups, we can use kmaps insteadArnaldo Carvalho de Melo2019-11-121-1/+1
| * | | | | | | | | | | | | perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()Arnaldo Carvalho de Melo2019-11-121-10/+3
| * | | | | | | | | | | | | Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-11-1287-19385/+22077
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | perf report: Sort by sampled cycles percent per block for tuiJin Yao2019-11-074-7/+103
| | * | | | | | | | | | | | | perf report: Support --percent-limit for --total-cyclesJin Yao2019-11-074-2/+19
| | * | | | | | | | | | | | | perf report: Sort by sampled cycles percent per block for stdioJin Yao2019-11-076-3/+96
| | * | | | | | | | | | | | | perf hist: Support block formats with compare/sort/displayJin Yao2019-11-073-2/+345
| | * | | | | | | | | | | | | perf hist: Count the total cycles of all samplesJin Yao2019-11-076-6/+13
| | * | | | | | | | | | | | | perf block: Cleanup and refactor block info functionsJin Yao2019-11-077-142/+185
| | * | | | | | | | | | | | | perf diff: Don't use hack to skip column length calculationJin Yao2019-11-072-9/+4
| | * | | | | | | | | | | | | perf tests: Fix out of bounds memory accessLeo Yan2019-11-071-0/+9
| | * | | | | | | | | | | | | perf record: Add support for limit perf output file sizeJiwei Sun2019-11-072-1/+49
OpenPOWER on IntegriCloud