summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cloexec.c
AgeCommit message (Expand)AuthorLines
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu-2/+4
2014-08-13perf tools: Prefer to use a cpu-wide event for probing CLOEXECAdrian Hunter-4/+18
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter-0/+1
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa-1/+1
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa-2/+2
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa-7/+2
2014-07-23perf tools: Fix jump label always changing during tracingAdrian Hunter-2/+7
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud-0/+57