aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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