summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cloexec.c
Commit message (Expand)AuthorAgeFilesLines
* perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2020-05-281-2/+2
* perf evsel: Rename perf_evsel__fallback() to evsel__fallback()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+2
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-1/+1
* perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo2019-05-021-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Introduce weak alternative to sched_getcpu()Arnaldo Carvalho de Melo2016-07-121-4/+10
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+2
* perf bench numa: Fix to show proper convergence statsSrikar Dronamraju2015-06-251-0/+4
* perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2015-03-241-0/+6
* perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter2015-02-251-3/+15
* 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