Searched refs:wakeup_events (Results 1 - 17 of 17) sorted by relevance
/linux-4.4.14/tools/perf/python/ |
H A D | twatch.py | 24 wakeup_events = 1, watermark = 1,
|
/linux-4.4.14/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 89 pe.wakeup_events = 1; test__bp_signal_overflow()
|
H A D | task-exit.c | 88 evsel->attr.wakeup_events = 1; test__task_exit()
|
H A D | mmap-basic.c | 74 evsels[i]->attr.wakeup_events = 1; test__basic_mmap()
|
H A D | attr.c | 118 WRITE_ASS(wakeup_events, PRIu32); store_event()
|
H A D | bp_signal.c | 76 pe.wakeup_events = 1; bp_event()
|
H A D | attr.py | 57 'wakeup_events',
|
H A D | perf-record.c | 268 * perf_event_attr.wakeup_events, just PERF_EVENT_SAMPLE does. test__PERF_RECORD()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | intel-rst.c | 69 .attr = { .name = "wakeup_events", .mode = 0600 },
|
/linux-4.4.14/samples/bpf/ |
H A D | bpf_load.c | 60 attr.wakeup_events = 1; load_and_attach()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | qat_hal.c | 840 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 D | python.c | 587 "wakeup_events", pyrf_evsel__init() 625 &attr.wakeup_events, &attr.bp_type, pyrf_evsel__init()
|
H A D | evsel.c | 840 attr->wakeup_events = 1; perf_evsel__config() 1271 PRINT_ATTRn("{ wakeup_events, wakeup_watermark }", wakeup_events, p_unsigned); perf_event_attr__fprintf()
|
H A D | session.c | 538 bswap_field_32(wakeup_events); perf_event__attr_swap()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | perf_event.h | 340 __u32 wakeup_events; /* wakeup every n events */ member in union:perf_event_attr::__anon14346
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-kvm.c | 1012 attr->wakeup_events = 1000; evlist__for_each()
|
/linux-4.4.14/kernel/events/ |
H A D | core.c | 5470 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 426 milliseconds