| /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 | |
| /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 | 97 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 | mmap-basic.c | 96 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 | 461 attr.wakeup_events = args.sample_rate; 464 attr.wakeup_events = 1;
|
| /linux/tools/bpf/bpftool/ |
| H A D | map_perf_ring.c | 117 .wakeup_events = 1, in do_event_pipe()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 472 __u32 wakeup_events; /* wake up every n events */ member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 472 __u32 wakeup_events; /* wake up every n events */ member
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 349 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned, false); in perf_event_attr__fprintf()
|
| H A D | python.c | 1020 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init() 1243 evsel_attr_member_def(wakeup_events, T_UINT, "attribute wakeup_events."),
|
| H A D | evsel.c | 180 WRITE_ASS(wakeup_events, PRIu32); in store_event() 1625 attr->wakeup_events = 1; in evsel__config()
|
| H A D | session.c | 518 bswap_field_32(wakeup_events); in perf_event__attr_swap()
|
| /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
|
| H A D | builtin-kvm.c | 1522 attr->wakeup_events = 1000; in kvm_live_open_events()
|
| /linux/kernel/events/ |
| H A D | core.c | 8398 int wakeup_events = event->attr.wakeup_events; in perf_output_sample() local 8400 if (wakeup_events) { in perf_output_sample() 8404 if (events >= wakeup_events) { in perf_output_sample() 8405 local_sub(wakeup_events, &rb->events); in perf_output_sample()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 4694 if (!(event->attr.freq || (event->attr.wakeup_events && !event->attr.watermark))) { in intel_pmu_hw_config()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 13952 attr.wakeup_events = sample_period;
|