| Commit message (Expand) | Author | Age | Files | Lines |
* | perf bpf-filter: Fix a parsing error with comma | Namhyung Kim | 9 days | 1 | -1/+1 |
* | perf report: Fix a memory leak for perf_env on AMD | Namhyung Kim | 10 days | 1 | -0/+2 |
* | perf python: Fix setup.py mypy errors | Ian Rogers | 10 days | 1 | -2/+8 |
* | perf build: Add pylint build tests | Ian Rogers | 10 days | 1 | -0/+12 |
* | perf build: Add mypy build tests | Ian Rogers | 10 days | 1 | -0/+13 |
* | perf build: Rename TEST_LOGS to SHELL_TEST_LOGS | Ian Rogers | 10 days | 1 | -3/+3 |
* | perf syscalltbl: Mask off ABI type for MIPS system calls | Ian Rogers | 13 days | 1 | -0/+8 |
* | perf syscalltbl: Use lookup table containing multiple architectures | Ian Rogers | 13 days | 1 | -25/+64 |
* | perf thread: Add support for reading the e_machine type for a thread | Ian Rogers | 13 days | 2 | -1/+93 |
* | perf dso: Add support for reading the e_machine type for a dso | Ian Rogers | 13 days | 3 | -27/+92 |
* | perf syscalltbl: Remove struct syscalltbl | Ian Rogers | 13 days | 2 | -95/+40 |
* | perf syscalltbl: Remove syscall_table.h | Ian Rogers | 13 days | 1 | -1/+7 |
* | perf dso: kernel-doc for enum dso_binary_type | Ian Rogers | 13 days | 1 | -0/+57 |
* | perf dso: Move libunwind dso_data variables into ifdef | Ian Rogers | 13 days | 1 | -0/+2 |
* | perf sort: Keep output fields in the same level | Namhyung Kim | 14 days | 1 | -0/+44 |
* | perf pmu: Handle memory failure in tool_pmu__new() | Thomas Richter | 2025-03-19 | 2 | -1/+10 |
* | perf: intel-tpebs: Fix incorrect usage of zfree() | James Clark | 2025-03-19 | 1 | -1/+1 |
* | perf cpumap: Increment reference count for online cpumap | Ian Rogers | 2025-03-19 | 6 | -7/+12 |
* | perf dso: fix dso__is_kallsyms() check | Stephen Brennan | 2025-03-19 | 1 | -1/+3 |
* | perf kwork: Remove unreachable judgments | Feng Yang | 2025-03-18 | 1 | -1/+1 |
* | perf python: Check if there is space to copy all the event | Arnaldo Carvalho de Melo | 2025-03-18 | 1 | -0/+5 |
* | perf python: Don't keep a raw_data pointer to consumed ring buffer space | Arnaldo Carvalho de Melo | 2025-03-18 | 1 | -3/+1 |
* | perf python: Decrement the refcount of just created event on failure | Arnaldo Carvalho de Melo | 2025-03-18 | 1 | -1/+5 |
* | perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc) | Arnaldo Carvalho de Melo | 2025-03-18 | 1 | -7/+0 |
* | perf python: Fixup description of sample.id event member | Arnaldo Carvalho de Melo | 2025-03-18 | 1 | -1/+1 |
* | perf dso: Use lock annotations to fix asan deadlock | Ian Rogers | 2025-03-17 | 3 | -41/+64 |
* | perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNED | Ian Rogers | 2025-03-17 | 1 | -0/+8 |
* | perf libunwind: Fixup conversion perf_sample->user_regs to a pointer | Arnaldo Carvalho de Melo | 2025-03-14 | 1 | -6/+6 |
* | perf script: Fix typo in branch event mask | Yujie Liu | 2025-03-13 | 2 | -3/+3 |
* | perf units: Fix insufficient array space | Arnaldo Carvalho de Melo | 2025-03-13 | 1 | -1/+1 |
* | perf annotate: Implement code + data type annotation | Namhyung Kim | 2025-03-13 | 2 | -14/+60 |
* | perf annotate: Factor out __hist_entry__get_data_type() | Namhyung Kim | 2025-03-13 | 1 | -75/+95 |
* | perf annotate: Pass hist_entry to annotate functions | Namhyung Kim | 2025-03-13 | 2 | -8/+10 |
* | perf annotate: Pass annotation_options to annotation_line__print() | Namhyung Kim | 2025-03-13 | 1 | -8/+14 |
* | perf annotate: Remove unused len parameter from annotation_line__print() | Namhyung Kim | 2025-03-13 | 1 | -6/+3 |
* | perf annotate-data: Add annotated_data_type__get_member_name() | Namhyung Kim | 2025-03-13 | 3 | -32/+54 |
* | perf ftrace: Use atomic inc to update histogram in BPF | Namhyung Kim | 2025-03-13 | 1 | -1/+1 |
* | perf ftrace: Remove an unnecessary condition check in BPF | Namhyung Kim | 2025-03-13 | 1 | -2/+1 |
* | perf ftrace: Fix latency stats with BPF | Namhyung Kim | 2025-03-13 | 2 | -13/+15 |
* | perf parse-events: Corrections to topdown sorting | Ian Rogers | 2025-03-11 | 1 | -49/+96 |
* | perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf | Ian Rogers | 2025-03-11 | 1 | -49/+75 |
* | perf python: Add evlist.config to set up record options | Ian Rogers | 2025-03-11 | 1 | -0/+33 |
* | perf python: Add evlist all_cpus accessor | Ian Rogers | 2025-03-11 | 1 | -0/+16 |
* | perf python: Avoid duplicated code in get_tracepoint_field | Ian Rogers | 2025-03-11 | 1 | -13/+4 |
* | perf python: Update ungrouped evsel leader in clone | Ian Rogers | 2025-03-11 | 1 | -0/+2 |
* | perf python: Add optional cpus and threads arguments to parse_events | Ian Rogers | 2025-03-11 | 1 | -2/+8 |
* | perf python: Add member access to a number of evsel variables | Ian Rogers | 2025-03-11 | 1 | -0/+23 |
* | perf python: Add evlist enable and disable methods | Ian Rogers | 2025-03-11 | 1 | -0/+26 |
* | perf evsel: tp_format accessing improvements | Ian Rogers | 2025-03-11 | 1 | -1/+15 |
* | perf evlist: Add success path to evlist__create_syswide_maps | Ian Rogers | 2025-03-11 | 1 | -7/+6 |