summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-21perf vendor events intel: Update icelakex to 1.24Ian Rogers6-47/+55
2024-03-21perf vendor events intel: Update grandridge to 1.02Ian Rogers3-7/+66
2024-03-21perf vendor events intel: Update emeraldrapids to 1.06Ian Rogers6-17/+129
2024-03-21perf vendor events intel: Update cascadelakex to 1.21Ian Rogers7-17/+17
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo1-3/+4
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo1-1/+3
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo3-0/+36
2024-03-21perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo5-41/+235
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo9-34/+182
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers1-7/+10
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers1-3/+7
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers3-31/+41
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers1-2/+2
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers1-31/+6
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers2-2/+2
2024-03-21perf record: Delete session after stopping sideband threadIan Rogers1-2/+2
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 list: Allow wordwrap to wrap on commasIan Rogers1-4/+17
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 beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo5-45/+34
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 Kim3-14/+211
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 Rogers9-74/+72
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers1-21/+1
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0