Searched refs:wakeup_events (Results 1 – 25 of 30) sorted by relevance
12
/linux/tools/perf/tests/attr/ |
A D | test-record-no-buffering | 9 wakeup_events=1
|
A D | base-record | 35 wakeup_events=0
|
A D | base-stat | 35 wakeup_events=0
|
A D | system-wide-dummy | 44 wakeup_events=0
|
/linux/tools/perf/python/ |
A D | twatch.py | 17 wakeup_events = 1, watermark = 1,
|
A D | tracepoint.py | 14 freq = 0, sample_period = 1, wakeup_events = 1,
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-intel-rapid-start | 1 What: /sys/bus/acpi/intel-rapid-start/wakeup_events
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | task_fd_query_tp.c | 35 attr.wakeup_events = 1; in test_task_fd_query_tp_core()
|
A D | tp_attach_query.c | 34 attr.wakeup_events = 1; in serial_test_tp_attach_query()
|
/linux/tools/perf/tests/ |
A D | bp_signal_overflow.c | 95 pe.wakeup_events = 1; in test__bp_signal_overflow()
|
A D | task-exit.c | 98 evsel->core.attr.wakeup_events = 1; in test__task_exit()
|
A D | mmap-basic.c | 88 evsels[i]->core.attr.wakeup_events = 1; in test__basic_mmap()
|
A D | bp_signal.c | 118 pe.wakeup_events = 1; in __event()
|
A D | attr.c | 135 WRITE_ASS(wakeup_events, PRIu32); in store_event()
|
/linux/samples/bpf/ |
A D | task_fd_query_user.c | 142 attr.wakeup_events = 1; in test_nondebug_fs_kuprobe_common() 269 attr.wakeup_events = 1; in test_debug_fs_uprobe()
|
/linux/tools/testing/selftests/bpf/ |
A D | get_cgroup_id_user.c | 101 attr.wakeup_events = 1; in main()
|
/linux/tools/testing/selftests/bpf/benchs/ |
A D | bench_ringbufs.c | 413 attr.wakeup_events = args.sample_rate; in perfbuf_libbpf_setup() 416 attr.wakeup_events = 1; in perfbuf_libbpf_setup()
|
/linux/tools/bpf/bpftool/ |
A D | map_perf_ring.c | 124 .wakeup_events = 1, in do_event_pipe()
|
/linux/tools/perf/util/ |
A D | perf_event_attr_fprintf.c | 144 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned); in perf_event_attr__fprintf()
|
A D | python.c | 823 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
|
/linux/tools/include/uapi/linux/ |
A D | perf_event.h | 415 __u32 wakeup_events; /* wakeup every n events */ member
|
/linux/include/uapi/linux/ |
A D | perf_event.h | 415 __u32 wakeup_events; /* wakeup every n events */ member
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_hal.c | 1015 unsigned int savcc, wakeup_events, savpc; in qat_hal_exec_micro_inst() local 1045 qat_hal_get_wakeup_event(handle, ae, ctx, &wakeup_events); in qat_hal_exec_micro_inst() 1083 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events); in qat_hal_exec_micro_inst()
|
/linux/tools/perf/ |
A D | design.txt | 65 __u32 wakeup_events; /* wakeup every n events */ 410 additionally set perf_event_attr.wakeup_events to generate one every
|
A D | builtin-kvm.c | 1052 attr->wakeup_events = 1000; in kvm_live_open_events()
|
Completed in 195 milliseconds
12