summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers
2024-03-21perf record: Delete session after stopping sideband threadIan Rogers
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers
2024-03-21perf list: Give more details about raw event encodingsIan Rogers
2024-03-21perf list: Allow wordwrap to wrap on commasIan Rogers
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-21perf map: Add map__objdump_2rip()Namhyung Kim
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim
2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim
2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers
2024-03-21perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter
2024-03-21perf docs arm_spe: Clarify more SPE requirements related to KPTIJames Clark
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Use the system linux/fcntl.h instead of a copy from the kernelArnaldo Carvalho de Melo