| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-09 | perf target: Remove uid from target | Ian Rogers | 1 | -45/+1 |
| 2025-06-09 | perf target: Separate parse_uid into its own function | Ian Rogers | 1 | -10/+12 |
| 2021-01-20 | perf stat: Enable counting events for BPF programs | Song Liu | 1 | -1/+33 |
| 2019-09-20 | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-09-20 | perf tools: Remove debug.h from places where it is not needed | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-07-09 | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433 | Thomas Gleixner | 1 | -2/+1 |
| 2016-07-29 | perf target: str_error_r() always returns the buffer it receives | Arnaldo Carvalho de Melo | 1 | -5/+1 |
| 2016-07-12 | perf tools: Remove needless includes from cache.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2016-07-12 | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-03-24 | perf target: Simplify handling of strerror_r return | Arnaldo Carvalho de Melo | 1 | -5/+2 |
| 2013-11-27 | perf record: Make per-cpu mmaps the default. | Adrian Hunter | 1 | -1/+10 |
| 2013-11-12 | perf target: Shorten perf_target__ to target__ | Arnaldo Carvalho de Melo | 1 | -28/+26 |
| 2012-09-05 | perf tools: Replace mempcpy with memcpy | Irina Tirdea | 1 | -2/+2 |
| 2012-08-01 | perf target: Fix check on buffer size | Namhyung Kim | 1 | -1/+1 |
| 2012-07-25 | perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific | Kirill A. Shutemov | 1 | -1/+10 |
| 2012-05-07 | perf tools: Introduce perf_target__strerror() | Namhyung Kim | 1 | -0/+51 |
| 2012-05-07 | perf target: Introduce perf_target__parse_uid() | Namhyung Kim | 1 | -0/+35 |
| 2012-05-07 | perf target: Introduce perf_target_errno | Namhyung Kim | 1 | -11/+22 |
| 2012-05-02 | perf target: Split out perf_target handling code | Namhyung Kim | 1 | -0/+45 |