aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/cloexec.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-25perf bench numa: Fix to show proper convergence statsGravatar Srikar Dronamraju 1-0/+4
2015-03-24perf tools: Work around lack of sched_getcpu in glibc < 2.6.Gravatar Vinson Lee 1-0/+6
2015-02-25perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagGravatar Adrian Hunter 1-3/+15
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyGravatar Masami Hiramatsu 1-2/+4
2014-08-13perf tools: Prefer to use a cpu-wide event for probing CLOEXECGravatar Adrian Hunter 1-4/+18
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Gravatar Adrian Hunter 1-0/+1
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Gravatar Jiri Olsa 1-1/+1
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Gravatar Jiri Olsa 1-2/+2
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Gravatar Jiri Olsa 1-7/+2
2014-07-23perf tools: Fix jump label always changing during tracingGravatar Adrian Hunter 1-2/+7
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorGravatar Yann Droneaud 1-0/+57