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