summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers1-3/+7
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers1-24/+21
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-03-21perf list: Give more details about raw event encodingsIan Rogers5-19/+161
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers1-1/+2
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers1-10/+25
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim1-35/+48
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim4-4/+118
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim3-0/+72
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim1-2/+105
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim1-44/+169
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim1-1/+30
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim2-2/+26
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim2-4/+47
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim1-7/+81
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim2-14/+210
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim1-2/+52
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim1-4/+42
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim3-33/+57
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim3-3/+161
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim2-0/+177
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim3-7/+71
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim2-3/+235
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim3-60/+91
2024-03-21perf map: Add map__objdump_2rip()Namhyung Kim2-0/+20
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim2-0/+47
2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim2-0/+119
2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim2-28/+107
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim3-11/+6
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers6-39/+38
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers3-4/+4
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo1-0/+21
2024-03-07perf annotate: Add comments in the data structuresNamhyung Kim1-7/+62
2024-03-07perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim2-34/+6
2024-03-07perf annotate: Calculate instruction overhead using hashmapNamhyung Kim2-14/+41
2024-03-07perf annotate: Add a hashmap for symbol histogramNamhyung Kim2-2/+42
2024-03-04perf threads: Reduce table size from 256 to 8Ian Rogers1-1/+1
2024-03-04perf threads: Switch from rbtree to hashmapIan Rogers2-105/+47
2024-03-04perf threads: Move threads to its own filesIan Rogers5-273/+285
2024-03-04perf machine: Move machine's threads into its own abstractionIan Rogers5-203/+243
2024-03-04perf machine: Move fprintf to for_each loop and a callbackIan Rogers1-16/+27
2024-03-04perf trace: Ignore thread hashing in summaryIan Rogers1-5/+0
2024-03-04perf report: Sort child tasks by tidIan Rogers2-0/+40
2024-03-01perf map: Fix map reference count issuesIan Rogers2-10/+8
2024-03-01perf lock contention: Account contending locks tooNamhyung Kim3-7/+136
2024-03-01perf metrics: Fix segv for metrics with no eventsIan Rogers1-1/+1
2024-03-01perf metrics: Fix metric matchingIan Rogers1-12/+10