summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
9 daysperf symbol: Add blocking argument to filename__read_build_idIan Rogers8-19/+24
9 daysperf symbol-minimal: Fix ehdr reading in filename__read_build_idIan Rogers1-28/+27
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich1-1/+4
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim1-1/+1
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo1-1/+11
2025-07-27perf list: Skip ABI PMUs when printing pmu valuesIan Rogers4-1/+10
2025-07-27perf list: Remove tracepoint printing codeIan Rogers2-95/+0
2025-07-27perf tp_pmu: Add event APIsIan Rogers3-0/+129
2025-07-27perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers5-106/+170
2025-07-27perf parse-events: Remove non-json software eventsIan Rogers5-97/+24
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers3-23/+46
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers10-24/+33
2025-07-25perf env: Remove global perf_envIan Rogers5-7/+4
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers2-8/+11
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers4-13/+23
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers2-4/+6
2025-07-25perf test: Avoid use perf_envIan Rogers1-0/+1
2025-07-25perf header: Clean up use of perf_envIan Rogers1-76/+98
2025-07-25perf evlist: Change env variable to sessionIan Rogers10-13/+23
2025-07-25perf session: Add accessor for session->header.envIan Rogers7-30/+37
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers2-9/+9
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers1-4/+17
2025-07-25perf dso: Move build_id to dso_idIan Rogers9-134/+163
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers7-10/+13
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers1-1/+16
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers13-40/+32
2025-07-24perf build-id: Truncate to avoid overflowing the build_id dataIan Rogers1-1/+4
2025-07-24perf build-id: Reduce size of "size" variableIan Rogers2-3/+7
2025-07-24perf metricgroups: Add NO_THRESHOLD_AND_NMI constraintIan Rogers1-4/+12
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers2-0/+11
2025-07-24perf parse-events: Support user CPUs mixed with threads/processesIan Rogers2-10/+6
2025-07-24perf evsel: Add evsel__open_per_cpu_and_threadIan Rogers2-4/+22
2025-07-24perf parse-events: Minor __add_event refactoringIan Rogers1-21/+48
2025-07-24perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmuIan Rogers2-12/+19
2025-07-24perf evsel: Use libperf perf_evsel__exitIan Rogers1-3/+1
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers5-14/+14
2025-07-24perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumaskIan Rogers3-9/+51
2025-07-24perf parse-events: Allow the cpu term to be a PMU or CPU rangeIan Rogers1-9/+38
2025-07-24perf parse-events: Warn if a cpu term is unsupported by a CPUIan Rogers4-18/+35
2025-07-24perf pfm: Don't force loading of all PMUsIan Rogers1-4/+0
2025-07-23perf stat: Remove duplicated include in stat-shadow.cYang Li1-1/+0
2025-07-23perf pmu: Switch FILENAME_MAX to NAME_MAXIan Rogers1-2/+2
2025-07-23perf: ftrace: add graph tracer options args/retval/retval-hex/retaddrChangbin Du1-0/+4
2025-07-15perf ftrace latency: Add -e option to measure time between two eventsNamhyung Kim3-73/+151
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers1-2/+6
2025-07-11perf python: Improve leader copying from evlistIan Rogers1-0/+57
2025-07-11perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers1-3/+44
2025-07-11perf python: Fix thread check in pyrf_evsel__readIan Rogers1-1/+1
2025-07-11perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers1-4/+1
2025-07-11perf jevents: If the long_desc and desc are identical then drop the long_descIan Rogers1-2/+1