summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cloexec.c
Commit message (Expand)AuthorAgeFilesLines
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+4
* perf tools: Prefer to use a cpu-wide event for probing CLOEXECAdrian Hunter2014-08-131-4/+18
* perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter2014-08-131-0/+1
* perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa2014-08-121-1/+1
* perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa2014-08-121-2/+2
* Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa2014-07-281-7/+2
* perf tools: Fix jump label always changing during tracingAdrian Hunter2014-07-231-2/+7
* perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud2014-07-181-0/+57