Searched refs:perf_event_read (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h109 struct perf_event_read { struct
176 void perf_event_initialize_read_format(struct perf_event_read *pe_read);
179 int perf_event_measure(int pe_fd, struct perf_event_read *pe_read,
H A Dcache.c40 void perf_event_initialize_read_format(struct perf_event_read *pe_read)
135 int perf_event_measure(int pe_fd, struct perf_event_read *pe_read,
H A Dcat_test.c162 struct perf_event_read pe_read;
/linux-master/tools/testing/selftests/powerpc/security/
H A Drfi_flush.c25 struct perf_event_read v;
H A Dentry_flush.c25 struct perf_event_read v;
H A Duaccess_flush.c26 struct perf_event_read v;
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h71 struct perf_event_read { struct
/linux-master/include/linux/
H A Dlsm_hook_defs.h444 LSM_HOOK(int, 0, perf_event_read, struct perf_event *event)
/linux-master/include/uapi/linux/
H A Dbpf.h5809 FN(perf_event_read, 22, ##ctx) \
/linux-master/tools/include/uapi/linux/
H A Dbpf.h5809 FN(perf_event_read, 22, ##ctx) \
/linux-master/kernel/events/
H A Dcore.c3388 * Update the event value, we cannot use perf_event_read()
4635 static int perf_event_read(struct perf_event *event, bool group) function
5456 (void)perf_event_read(event, false);
5465 (void)perf_event_read(child, false);
5497 ret = perf_event_read(leader, true);
5717 (void)perf_event_read(event, false);
/linux-master/security/
H A Dsecurity.c5619 return call_int_hook(perf_event_read, event);
/linux-master/security/selinux/
H A Dhooks.c7363 LSM_HOOK_INIT(perf_event_read, selinux_perf_event_read),

Completed in 380 milliseconds