summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-06-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-06-12perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-06-12perf pmu: Assume sysfs events are always the same caseIan Rogers1-5/+26
2024-06-12perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-06-12perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf annotate: Fix segfault on sample histogramNamhyung Kim1-4/+5
2024-06-12perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-06-12perf symbols: Update kcore map before merging in remaining symbolsJames Clark1-19/+21
2024-06-12perf symbols: Remove map from list before updating addressesJames Clark1-4/+6
2024-06-12perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark1-28/+28
2024-06-12perf dwarf-aux: Add die_collect_vars()Namhyung Kim2-28/+107
2024-06-12perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-06-12perf annotate: Fix memory leak in annotated_sourceIan Rogers1-0/+6
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim1-7/+21
2024-06-12perf map: Remove kernel map before updating start and end addressesJames Clark1-1/+1
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim1-0/+3
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
2024-02-27perf 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-24perf 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-21perf: util: use capstone disasm engine to show assembly instructionsChangbin Du4-1/+152
2024-02-17perf tools: Fixup module symbol end address properlyNamhyung Kim1-2/+19
2024-02-17perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.hArnaldo Carvalho de Melo2-14/+8
2024-02-16perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan3-8/+12
2024-02-16perf parse-regs: Always build perf register functionsLeo Yan11-71/+0
2024-02-14perf metric: Don't remove scale from countsIan Rogers1-6/+1