summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-02-16perf testsuite: Add initialization script for shell testsVeronika Molnarova
2024-02-16perf testsuite: Add common setting for shell testsVeronika Molnarova
2024-02-16perf testsuite: Add common regex pattersVeronika Molnarova
2024-02-16perf test: Enable Symbols test to work with a current module dsoAdrian Hunter
2024-02-15perf build: Cleanup perf register configurationLeo Yan
2024-02-15perf parse-regs: Introduce a weak function arch__sample_reg_masks()Leo Yan
2024-02-15perf parse-regs: Always build perf register functionsLeo Yan
2024-02-15perf build: Remove unused CONFIG_PERF_REGSLeo Yan
2024-02-13perf metric: Don't remove scale from countsIan Rogers
2024-02-13perf stat: Avoid metric-only segvIan Rogers
2024-02-13perf expr: Fix "has_event" function for metric style eventsIan Rogers
2024-02-13perf expr: Allow NaN to be a valid numberIan Rogers
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers
2024-02-12perf maps: Hide maps internalsIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers
2024-02-12perf maps: Get map before returning in maps__findIan Rogers
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim
2024-02-09perf srcline: Add missed addr2line closesIan Rogers
2024-02-09perf stat: Support per-cluster aggregationYicong Yang
2024-02-09perf tools: Remove misleading comments on map functionsNamhyung Kim
2024-02-09perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-02-08perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang
2024-02-08perf symbols: Slightly improve module file executable section mappingsAdrian Hunter
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter
2024-02-07perf record: Display data size on pipe modeNamhyung Kim
2024-02-07perf script: Print source line for each jump in brstackinsnKan Liang
2024-02-07perf kvm powerpc: Fix buildIan Rogers
2024-02-05perf/pmu-events/powerpc: Update json mapfile with Power11 PVRMadhavan Srinivasan
2024-02-02tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey
2024-02-02perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo
2024-02-02perf jevents: Drop or simplify small integer valuesIan Rogers
2024-02-02perf parse-events: Print all errorsIan Rogers
2024-02-02perf parse-events: Improve error location of terms cloned from an eventIan Rogers
2024-02-02perf tsc: Add missing newlines to debug statementsIan Rogers
2024-02-01perf Documentation: Add some more hints to tips.txtAndi Kleen
2024-02-01perf test: Simplify metric value validation test final reportWeilin Wang
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2024-01-27perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong
2024-01-26perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong