summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/target.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-1/+33
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+3
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner2019-06-051-2/+1
* perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo2016-07-291-5/+1
* perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo2016-07-121-0/+1
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf target: Simplify handling of strerror_r returnArnaldo Carvalho de Melo2015-03-241-5/+2
* perf record: Make per-cpu mmaps the default.Adrian Hunter2013-11-271-1/+10
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-28/+26
* perf tools: Replace mempcpy with memcpyIrina Tirdea2012-09-051-2/+2
* perf target: Fix check on buffer sizeNamhyung Kim2012-08-011-1/+1
* perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov2012-07-251-1/+10
* perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-071-0/+51
* perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-071-0/+35
* perf target: Introduce perf_target_errnoNamhyung Kim2012-05-071-11/+22
* perf target: Split out perf_target handling codeNamhyung Kim2012-05-021-0/+45