summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-14perf stat: Avoid metric-only segvIan Rogers1-1/+1
2024-02-14perf expr: Fix "has_event" function for metric style eventsIan Rogers1-1/+19
2024-02-14perf expr: Allow NaN to be a valid numberIan Rogers1-0/+9
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers3-5/+11
2024-02-12perf maps: Hide maps internalsIan Rogers8-98/+120
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers2-2/+4
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers5-13/+22
2024-02-12perf maps: Get map before returning in maps__findIan Rogers5-24/+23
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers3-484/+774
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim5-6/+10
2024-02-10perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-02-10perf stat: Support per-cluster aggregationYicong Yang5-5/+62
2024-02-10perf tools: Remove misleading comments on map functionsNamhyung Kim1-8/+0
2024-02-10perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-02-09perf symbols: Slightly improve module file executable section mappingsAdrian Hunter1-2/+73
2024-02-09perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter5-0/+18
2024-02-03tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey1-1/+7
2024-02-03perf parse-events: Print all errorsIan Rogers3-48/+60
2024-02-03perf parse-events: Improve error location of terms cloned from an eventIan Rogers1-4/+5
2024-02-02perf report: Prevent segfault with --no-parentAndi Kleen1-1/+1
2024-02-02perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0