| Commit message (Expand) | Author | Age | Files | Lines |
* | perf pmu: Fix a potential memory leak in perf_pmu__lookup() | Christophe JAILLET | 2024-03-26 | 1 | -4/+3 |
* | perf print-events: make is_event_supported() more robust | Mark Rutland | 2024-03-26 | 1 | -8/+19 |
* | perf metric: Don't remove scale from counts | Ian Rogers | 2024-03-26 | 1 | -6/+1 |
* | perf stat: Avoid metric-only segv | Ian Rogers | 2024-03-26 | 1 | -1/+1 |
* | perf expr: Fix "has_event" function for metric style events | Ian Rogers | 2024-03-26 | 1 | -1/+19 |
* | perf srcline: Add missed addr2line closes | Ian Rogers | 2024-03-26 | 1 | -0/+2 |
* | perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() | Yang Jihong | 2024-03-26 | 1 | -1/+1 |
* | perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() | Yang Jihong | 2024-03-26 | 1 | -1/+0 |
* | perf pmu: Treat the msr pmu as software | Ian Rogers | 2024-03-26 | 1 | -1/+11 |
* | perf record: Check conflict between '--timestamp-filename' option and pipe mo... | Yang Jihong | 2024-03-26 | 1 | -2/+0 |
* | perf top: Uniform the event name for the hybrid machine | Kan Liang | 2024-03-26 | 2 | -0/+26 |
* | perf evlist: Fix evlist__new_default() for > 1 core PMU | James Clark | 2024-02-16 | 1 | -1/+8 |
* | perf db-export: Fix missing reference count get in call_path_from_sample() | Ben Gainey | 2024-01-25 | 1 | -2/+2 |
* | perf stat: Fix hard coded LL miss units | Ian Rogers | 2024-01-25 | 1 | -1/+1 |
* | perf env: Avoid recursively taking env->bpf_progs.lock | Ian Rogers | 2024-01-25 | 5 | -32/+50 |
* | perf unwind-libunwind: Fix base address for .eh_frame | Namhyung Kim | 2024-01-25 | 1 | -1/+1 |
* | perf unwind-libdw: Handle JIT-generated DSOs properly | Namhyung Kim | 2024-01-25 | 1 | -4/+17 |
* | perf genelf: Set ELF program header addresses properly | Namhyung Kim | 2024-01-25 | 1 | -3/+3 |
* | perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event() | Yicong Yang | 2024-01-25 | 1 | -0/+1 |
* | perf header: Fix one memory leakage in perf_event__fprintf_event_update() | Yicong Yang | 2024-01-25 | 1 | -2/+3 |
* | perf mem: Fix error on hybrid related to availability of mem event in a PMU | Kan Liang | 2024-01-25 | 1 | -11/+14 |
* | perf header: Fix segfault on build_mem_topology() error path | Adrian Hunter | 2024-01-25 | 1 | -1/+3 |
* | perf metrics: Avoid segv if default metricgroup isn't set | Ian Rogers | 2023-12-05 | 1 | -1/+1 |
* | perf build: Ensure sysreg-defs Makefile respects output dir | Oliver Upton | 2023-11-22 | 1 | -1/+1 |
* | perf lock contention: Fix a build error on 32-bit | Yang Jihong | 2023-11-21 | 1 | -1/+2 |
* | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-03 | 69 | -552/+1754 |
|\ |
|
| * | Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-next | Namhyung Kim | 2023-10-30 | 2 | -21/+19 |
| |\ |
|
| * | | perf callchain: Fix spelling mistake "statisitcs" -> "statistics" | Colin Ian King | 2023-10-27 | 1 | -2/+2 |
| * | | perf python: Fix binding linkage due to rename and move of evsel__increase_rl... | Arnaldo Carvalho de Melo | 2023-10-27 | 1 | -0/+1 |
| * | | perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit | Ian Rogers | 2023-10-25 | 7 | -39/+47 |
| * | | perf callchain: Minor layout changes to callchain_list | Ian Rogers | 2023-10-25 | 1 | -8/+8 |
| * | | perf callchain: Make brtype_stat in callchain_list optional | Ian Rogers | 2023-10-25 | 2 | -9/+34 |
| * | | perf callchain: Make display use of branch_type_stat const | Ian Rogers | 2023-10-25 | 3 | -7/+7 |
| * | | perf offcpu: Add missed btf_free | Ian Rogers | 2023-10-25 | 1 | -4/+6 |
| * | | perf threads: Remove unused dead thread list | Ian Rogers | 2023-10-25 | 2 | -2/+0 |
| * | | perf hist: Add missing puts to hist__account_cycles | Ian Rogers | 2023-10-25 | 1 | -3/+7 |
| * | | libperf rc_check: Add RC_CHK_EQUAL | Ian Rogers | 2023-10-25 | 5 | -7/+7 |
| * | | perf machine: Avoid out of bounds LBR memory read | Ian Rogers | 2023-10-25 | 1 | -10/+12 |
| * | | perf rwsem: Add debug mode that uses a mutex | Ian Rogers | 2023-10-25 | 2 | -0/+45 |
| * | | perf lock contention: Use per-cpu array map for spinlocks | Namhyung Kim | 2023-10-25 | 1 | -17/+72 |
| * | | perf lock contention: Check race in tstamp elem creation | Namhyung Kim | 2023-10-25 | 1 | -1/+5 |
| * | | perf lock contention: Clear lock addr after use | Namhyung Kim | 2023-10-25 | 1 | -0/+4 |
| * | | perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofile | Yang Jihong | 2023-10-25 | 5 | -34/+42 |
| * | | perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data... | Yang Jihong | 2023-10-19 | 1 | -0/+12 |
| * | | perf trace: Use the right bpf_probe_read(_str) variant for reading user data | Thomas Richter | 2023-10-19 | 1 | -8/+8 |
| * | | perf tools: Do not ignore the default vmlinux.h | Namhyung Kim | 2023-10-18 | 1 | -0/+1 |
| * | | perf pmu: Lazily compute default config | Ian Rogers | 2023-10-17 | 6 | -14/+17 |
| * | | perf pmu: Const-ify perf_pmu__config_terms | Ian Rogers | 2023-10-17 | 2 | -6/+6 |
| * | | perf pmu: Const-ify file APIs | Ian Rogers | 2023-10-17 | 3 | -12/+13 |
| * | | perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init | Ian Rogers | 2023-10-17 | 2 | -8/+7 |