Searched refs:wakeup_events (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/tools/perf/python/
H A Dtwatch.py24 wakeup_events = 1, watermark = 1,
/linux-4.4.14/tools/perf/tests/
H A Dbp_signal_overflow.c89 pe.wakeup_events = 1; test__bp_signal_overflow()
H A Dtask-exit.c88 evsel->attr.wakeup_events = 1; test__task_exit()
H A Dmmap-basic.c74 evsels[i]->attr.wakeup_events = 1; test__basic_mmap()
H A Dattr.c118 WRITE_ASS(wakeup_events, PRIu32); store_event()
H A Dbp_signal.c76 pe.wakeup_events = 1; bp_event()
H A Dattr.py57 'wakeup_events',
H A Dperf-record.c268 * perf_event_attr.wakeup_events, just PERF_EVENT_SAMPLE does. test__PERF_RECORD()
/linux-4.4.14/drivers/platform/x86/
H A Dintel-rst.c69 .attr = { .name = "wakeup_events", .mode = 0600 },
/linux-4.4.14/samples/bpf/
H A Dbpf_load.c60 attr.wakeup_events = 1; load_and_attach()
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dqat_hal.c840 unsigned int savcc, wakeup_events, savpc; qat_hal_exec_micro_inst() local
856 qat_hal_get_wakeup_event(handle, ae, ctx, &wakeup_events); qat_hal_exec_micro_inst()
893 qat_hal_put_wakeup_event(handle, ae, (1 << ctx), wakeup_events); qat_hal_exec_micro_inst()
/linux-4.4.14/tools/perf/util/
H A Dpython.c587 "wakeup_events", pyrf_evsel__init()
625 &attr.wakeup_events, &attr.bp_type, pyrf_evsel__init()
H A Devsel.c840 attr->wakeup_events = 1; perf_evsel__config()
1271 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned); perf_event_attr__fprintf()
H A Dsession.c538 bswap_field_32(wakeup_events); perf_event__attr_swap()
/linux-4.4.14/include/uapi/linux/
H A Dperf_event.h340 __u32 wakeup_events; /* wakeup every n events */ member in union:perf_event_attr::__anon14346
/linux-4.4.14/tools/perf/
H A Dbuiltin-kvm.c1012 attr->wakeup_events = 1000; evlist__for_each()
/linux-4.4.14/kernel/events/
H A Dcore.c5470 int wakeup_events = event->attr.wakeup_events; perf_output_sample() local
5472 if (wakeup_events) { perf_output_sample()
5476 if (events >= wakeup_events) { perf_output_sample()
5477 local_sub(wakeup_events, &rb->events); perf_output_sample()

Completed in 478 milliseconds