Searched refs:wakeup_events (Results 1 – 25 of 32) sorted by relevance
12
/linux/tools/perf/tests/attr/ |
H A D | test-record-no-buffering | 9 wakeup_events=1
|
H A D | base-record-spe | 34 wakeup_events=*
|
H A D | base-stat | 35 wakeup_events=0
|
H A D | base-record | 35 wakeup_events=0
|
H A D | test-record-dummy-C0 | 49 wakeup_events=0
|
H A D | system-wide-dummy | 46 wakeup_events=0
|
/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 164 pe.wakeup_events = 1; in TEST_F() 226 pe.wakeup_events = 1; in TEST_F()
|
/linux/tools/perf/python/ |
H A D | twatch.py | 17 wakeup_events = 1, watermark = 1,
|
H A D | tracepoint.py | 14 freq = 0, sample_period = 1, wakeup_events = 1,
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-intel-rapid-start | 1 What: /sys/bus/acpi/intel-rapid-start/wakeup_events
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_fd_query_tp.c | 40 attr.wakeup_events = 1; in test_task_fd_query_tp_core()
|
H A D | tp_attach_query.c | 39 attr.wakeup_events = 1; in serial_test_tp_attach_query()
|
/linux/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 96 pe.wakeup_events = 1; in test__bp_signal_overflow()
|
H A D | task-exit.c | 98 evsel->core.attr.wakeup_events = 1; in test__task_exit()
|
H A D | bp_signal.c | 119 pe.wakeup_events = 1; in __event()
|
H A D | attr.c | 135 WRITE_ASS(wakeup_events, PRIu32); in store_event()
|
H A D | mmap-basic.c | 93 evsels[i]->core.attr.wakeup_events = 1; in test__basic_mmap()
|
/linux/samples/bpf/ |
H A D | task_fd_query_user.c | 141 attr.wakeup_events = 1; in test_nondebug_fs_kuprobe_common() 268 attr.wakeup_events = 1; in test_debug_fs_uprobe()
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 408 attr.wakeup_events = args.sample_rate; in perfbuf_libbpf_setup() 411 attr.wakeup_events = 1; in perfbuf_libbpf_setup()
|
/linux/tools/bpf/bpftool/ |
H A D | map_perf_ring.c | 117 .wakeup_events = 1, in do_event_pipe()
|
/linux/include/uapi/linux/ |
H A D | perf_event.h | 466 __u32 wakeup_events; /* wakeup every n events */ member
|
/linux/tools/perf/util/ |
H A D | perf_event_attr_fprintf.c | 325 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned, false); in perf_event_attr__fprintf()
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 466 __u32 wakeup_events; /* wakeup every n events */ member
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_hal.c | 1002 unsigned int savcc, wakeup_events, savpc; in qat_hal_exec_micro_inst() local 1032 qat_hal_get_wakeup_event(handle, ae, ctx, &wakeup_events); in qat_hal_exec_micro_inst() 1070 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events); in qat_hal_exec_micro_inst()
|
/linux/tools/perf/ |
H A D | design.txt | 65 __u32 wakeup_events; /* wakeup every n events */ 410 additionally set perf_event_attr.wakeup_events to generate one every
|
12