aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-02-16perf testsuite: Add common output checking helpersVeronika Molnarova3-0/+107
2024-02-16perf testsuite: Add test case for perf probeVeronika Molnarova1-0/+23
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova1-0/+117
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova1-0/+79
2024-02-16perf testsuite: Add common regex pattersVeronika Molnarova1-0/+268
2024-02-16perf test: Enable Symbols test to work with a current module dsoAdrian Hunter1-0/+68
2024-02-15perf build: Cleanup perf register configurationLeo Yan1-21/+0
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan13-17/+68
2024-02-15perf parse-regs: Always build perf register functionsLeo Yan11-71/+0
2024-02-15perf build: Remove unused CONFIG_PERF_REGSLeo Yan1-4/+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
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers3-5/+11
2024-02-12perf maps: Hide maps internalsIan Rogers9-102/+124
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 Rogers6-15/+25
2024-02-12perf maps: Get map before returning in maps__findIan Rogers7-27/+26
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers4-484/+777
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim17-267/+331
2024-02-09perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-02-09perf stat: Support per-cluster aggregationYicong Yang12-9/+154
2024-02-09perf tools: Remove misleading comments on map functionsNamhyung Kim1-8/+0
2024-02-09perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-02-08perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang1-1/+1
2024-02-08perf symbols: Slightly improve module file executable section mappingsAdrian Hunter1-2/+73
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter8-0/+25
2024-02-07perf record: Display data size on pipe modeNamhyung Kim1-1/+4
2024-02-07perf script: Print source line for each jump in brstackinsnKan Liang1-3/+15
2024-02-07perf kvm powerpc: Fix buildIan Rogers1-1/+1
2024-02-05perf/pmu-events/powerpc: Update json mapfile with Power11 PVRMadhavan Srinivasan1-0/+1
2024-02-02tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey2-3/+9
2024-02-02perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo1-1/+1
2024-02-02perf jevents: Drop or simplify small integer valuesIan Rogers2-14/+31
2024-02-02perf parse-events: Print all errorsIan Rogers6-58/+67
2024-02-02perf parse-events: Improve error location of terms cloned from an eventIan Rogers1-4/+5
2024-02-02perf tsc: Add missing newlines to debug statementsIan Rogers1-2/+2
2024-02-01perf Documentation: Add some more hints to tips.txtAndi Kleen1-5/+26
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang2-108/+127
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen1-1/+1
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao6-115/+120
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo1-0/+4
2024-01-27perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers3-160/+123