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