aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cloexec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-1/+1
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2016-07-12perf tools: Introduce weak alternative to sched_getcpu()Arnaldo Carvalho de Melo1-4/+10
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2015-06-25perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2015-03-24perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee1-0/+6
2015-02-25perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter1-3/+15
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