summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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-06perf annotate: Add comments in the data structuresNamhyung Kim1-7/+62
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim2-34/+6
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim2-14/+41
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim2-2/+42
2024-03-03perf threads: Reduce table size from 256 to 8Ian Rogers1-1/+1
2024-03-03perf threads: Switch from rbtree to hashmapIan Rogers2-105/+47
2024-03-03perf threads: Move threads to its own filesIan Rogers5-273/+285
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers5-202/+242
2024-03-03perf machine: Move fprintf to for_each loop and a callbackIan Rogers1-16/+27
2024-03-03perf trace: Ignore thread hashing in summaryIan Rogers1-5/+0
2024-03-03perf report: Sort child tasks by tidIan Rogers2-0/+40
2024-02-29perf map: Fix map reference count issuesIan Rogers2-10/+8
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim3-7/+136
2024-02-29perf metrics: Fix segv for metrics with no eventsIan Rogers1-1/+1
2024-02-29perf metrics: Fix metric matchingIan Rogers1-12/+10
2024-02-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET1-4/+3
2024-02-26perf data convert: Fix segfault when converting to json when cpu_desc isn't setIlkka Koskinen1-1/+3
2024-02-23perf print-events: make is_event_supported() more robustMark Rutland1-8/+19
2024-02-22perf list: Add scandirat compatibility functionIan Rogers3-9/+31
2024-02-22perf thread_map: Skip exited threads when scanning /procIan Rogers1-5/+4
2024-02-22perf stat: Fix metric-only aggregation indexIan Rogers1-2/+7
2024-02-22perf metrics: Compute unmerged uncore metrics individuallyIan Rogers2-4/+29
2024-02-22perf stat: Pass fewer metric argumentsIan Rogers1-20/+18
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du4-1/+152
2024-02-16perf tools: Fixup module symbol end address properlyNamhyung Kim1-2/+19
2024-02-16perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.hArnaldo Carvalho de Melo2-14/+8
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan3-8/+12
2024-02-15perf parse-regs: Always build perf register functionsLeo Yan11-71/+0
2024-02-13perf metric: Don't remove scale from countsIan Rogers1-6/+1
2024-02-13perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-02-13perf expr: Fix "has_event" function for metric style eventsIan Rogers1-1/+19
2024-02-13perf expr: Allow NaN to be a valid numberIan Rogers1-0/+9