aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-1/+33
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+3
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner1-2/+1
2016-07-29perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo1-5/+1
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo1-0/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-1/+1
2015-03-24perf target: Simplify handling of strerror_r returnArnaldo Carvalho de Melo1-5/+2
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter1-1/+10
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-28/+26
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-08-01perf target: Fix check on buffer sizeNamhyung Kim1-1/+1
2012-07-25perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov1-1/+10
2012-05-07perf tools: Introduce perf_target__strerror()Namhyung Kim1-0/+51
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim1-0/+35
2012-05-07perf target: Introduce perf_target_errnoNamhyung Kim1-11/+22
2012-05-02perf target: Split out perf_target handling codeNamhyung Kim1-0/+45