Searched refs:wakeup_events (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/tools/perf/tests/attr/ |
D | test-record-no-delay | 9 wakeup_events=1
|
D | base-stat | 35 wakeup_events=0
|
D | base-record | 35 wakeup_events=0
|
/linux-4.4.14/tools/perf/python/ |
D | twatch.py | 24 wakeup_events = 1, watermark = 1,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-intel-rapid-start | 1 What: /sys/bus/acpi/intel-rapid-start/wakeup_events
|
/linux-4.4.14/tools/perf/tests/ |
D | bp_signal_overflow.c | 89 pe.wakeup_events = 1; in test__bp_signal_overflow()
|
D | task-exit.c | 88 evsel->attr.wakeup_events = 1; in test__task_exit()
|
D | bp_signal.c | 76 pe.wakeup_events = 1; in bp_event()
|
D | mmap-basic.c | 74 evsels[i]->attr.wakeup_events = 1; in test__basic_mmap()
|
D | attr.c | 118 WRITE_ASS(wakeup_events, PRIu32); in store_event()
|
/linux-4.4.14/include/uapi/linux/ |
D | perf_event.h | 340 __u32 wakeup_events; /* wakeup every n events */ member
|
/linux-4.4.14/samples/bpf/ |
D | bpf_load.c | 60 attr.wakeup_events = 1; in load_and_attach()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_hal.c | 840 unsigned int savcc, wakeup_events, savpc; in qat_hal_exec_micro_inst() local 856 qat_hal_get_wakeup_event(handle, ae, ctx, &wakeup_events); in qat_hal_exec_micro_inst() 893 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events); in qat_hal_exec_micro_inst()
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 65 __u32 wakeup_events; /* wakeup every n events */ 402 additionally set perf_event_attr.wakeup_events to generate one every
|
D | builtin-kvm.c | 1012 attr->wakeup_events = 1000; in kvm_live_open_events()
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.c | 840 attr->wakeup_events = 1; in perf_evsel__config() 1271 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned); in perf_event_attr__fprintf()
|
D | python.c | 625 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
|
D | session.c | 538 bswap_field_32(wakeup_events); in perf_event__attr_swap()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 5470 int wakeup_events = event->attr.wakeup_events; in perf_output_sample() local 5472 if (wakeup_events) { in perf_output_sample() 5476 if (events >= wakeup_events) { in perf_output_sample() 5477 local_sub(wakeup_events, &rb->events); in perf_output_sample()
|