Lines Matching refs:perf
24 #include "../perf.h"
57 #include <perf/evlist.h>
58 #include <perf/evsel.h>
59 #include <perf/cpumap.h>
60 #include <perf/mmap.h>
1042 * If specify '-a' and '--per-thread' to perf record, perf record
1046 * If specify '--per-thread' only to perf record,
1050 * For perf record, thread_map__new_str doesn't call
1051 * thread_map__new_all_cpus. That will keep perf record's
1054 * For perf stat, it allows the case that target->per_thread and
1322 * With perf record core.user_requested_cpus is usually NULL.
1444 * Change the name of this process not to confuse --exclude-perf users
1445 * that sees 'perf' in the window up to the execvp() and thinks that
1446 * perf samples are not being excluded.
1448 prctl(PR_SET_NAME, "perf-exec");
2188 * struct event_enable_time - perf record -D/--delay single time range.
2235 * struct event_enable_timer - control structure for perf record -D/--delay.