index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
target.c
Age
Commit message (
Expand
)
Author
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433
Thomas Gleixner
2016-07-29
perf target: str_error_r() always returns the buffer it receives
Arnaldo Carvalho de Melo
2016-07-12
perf tools: Remove needless includes from cache.h
Arnaldo Carvalho de Melo
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2015-03-24
perf target: Simplify handling of strerror_r return
Arnaldo Carvalho de Melo
2013-11-27
perf record: Make per-cpu mmaps the default.
Adrian Hunter
2013-11-12
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
2012-09-05
perf tools: Replace mempcpy with memcpy
Irina Tirdea
2012-08-01
perf target: Fix check on buffer size
Namhyung Kim
2012-07-25
perf tools: use XSI-complaint version of strerror_r() instead of GNU-specific
Kirill A. Shutemov
2012-05-07
perf tools: Introduce perf_target__strerror()
Namhyung Kim
2012-05-07
perf target: Introduce perf_target__parse_uid()
Namhyung Kim
2012-05-07
perf target: Introduce perf_target_errno
Namhyung Kim
2012-05-02
perf target: Split out perf_target handling code
Namhyung Kim