summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf bpf-filter: Fix a parsing error with commaNamhyung Kim9 days1-1/+1
* perf report: Fix a memory leak for perf_env on AMDNamhyung Kim10 days1-0/+2
* perf python: Fix setup.py mypy errorsIan Rogers10 days1-2/+8
* perf build: Add pylint build testsIan Rogers10 days1-0/+12
* perf build: Add mypy build testsIan Rogers10 days1-0/+13
* perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers10 days1-3/+3
* perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers13 days1-0/+8
* perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers13 days1-25/+64
* perf thread: Add support for reading the e_machine type for a threadIan Rogers13 days2-1/+93
* perf dso: Add support for reading the e_machine type for a dsoIan Rogers13 days3-27/+92
* perf syscalltbl: Remove struct syscalltblIan Rogers13 days2-95/+40
* perf syscalltbl: Remove syscall_table.hIan Rogers13 days1-1/+7
* perf dso: kernel-doc for enum dso_binary_typeIan Rogers13 days1-0/+57
* perf dso: Move libunwind dso_data variables into ifdefIan Rogers13 days1-0/+2
* perf sort: Keep output fields in the same levelNamhyung Kim14 days1-0/+44
* perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter2025-03-192-1/+10
* perf: intel-tpebs: Fix incorrect usage of zfree()James Clark2025-03-191-1/+1
* perf cpumap: Increment reference count for online cpumapIan Rogers2025-03-196-7/+12
* perf dso: fix dso__is_kallsyms() checkStephen Brennan2025-03-191-1/+3
* perf kwork: Remove unreachable judgmentsFeng Yang2025-03-181-1/+1
* perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo2025-03-181-0/+5
* perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo2025-03-181-3/+1
* perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo2025-03-181-1/+5
* perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo2025-03-181-7/+0
* perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo2025-03-181-1/+1
* perf dso: Use lock annotations to fix asan deadlockIan Rogers2025-03-173-41/+64
* perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers2025-03-171-0/+8
* perf libunwind: Fixup conversion perf_sample->user_regs to a pointerArnaldo Carvalho de Melo2025-03-141-6/+6
* perf script: Fix typo in branch event maskYujie Liu2025-03-132-3/+3
* perf units: Fix insufficient array spaceArnaldo Carvalho de Melo2025-03-131-1/+1
* perf annotate: Implement code + data type annotationNamhyung Kim2025-03-132-14/+60
* perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim2025-03-131-75/+95
* perf annotate: Pass hist_entry to annotate functionsNamhyung Kim2025-03-132-8/+10
* perf annotate: Pass annotation_options to annotation_line__print()Namhyung Kim2025-03-131-8/+14
* perf annotate: Remove unused len parameter from annotation_line__print()Namhyung Kim2025-03-131-6/+3
* perf annotate-data: Add annotated_data_type__get_member_name()Namhyung Kim2025-03-133-32/+54
* perf ftrace: Use atomic inc to update histogram in BPFNamhyung Kim2025-03-131-1/+1
* perf ftrace: Remove an unnecessary condition check in BPFNamhyung Kim2025-03-131-2/+1
* perf ftrace: Fix latency stats with BPFNamhyung Kim2025-03-132-13/+15
* perf parse-events: Corrections to topdown sortingIan Rogers2025-03-111-49/+96
* perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintfIan Rogers2025-03-111-49/+75
* perf python: Add evlist.config to set up record optionsIan Rogers2025-03-111-0/+33
* perf python: Add evlist all_cpus accessorIan Rogers2025-03-111-0/+16
* perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers2025-03-111-13/+4
* perf python: Update ungrouped evsel leader in cloneIan Rogers2025-03-111-0/+2
* perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers2025-03-111-2/+8
* perf python: Add member access to a number of evsel variablesIan Rogers2025-03-111-0/+23
* perf python: Add evlist enable and disable methodsIan Rogers2025-03-111-0/+26
* perf evsel: tp_format accessing improvementsIan Rogers2025-03-111-1/+15
* perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers2025-03-111-7/+6