Searched refs:max_events (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dperf_event.h18 unsigned int max_events; member in struct:sh_pmu
/linux-master/tools/perf/util/
H A Devsel_config.h44 unsigned long max_events; member in union:evsel_config_term::__anon2073
H A Devsel.c281 evsel->max_events = ULONG_MAX;
419 evsel->max_events = orig->max_events;
983 evsel->max_events = term->val.max_events;
H A Devsel.h81 unsigned long max_events; member in struct:evsel::__anon1601
/linux-master/fs/notify/
H A Dgroup.c132 group->max_events = UINT_MAX;
H A Dnotification.c101 group->q_len >= group->max_events) {
/linux-master/drivers/perf/
H A Dthunderx2_pmu.c100 u32 max_events; member in struct:tx2_uncore_pmu
597 if (event->attr.config >= tx2_pmu->max_events)
838 tx2_pmu->max_events = L3_EVENT_MAX;
853 tx2_pmu->max_events = DMC_EVENT_MAX;
869 tx2_pmu->max_events = CCPI2_EVENT_MAX;
/linux-master/arch/alpha/kernel/
H A Dperf_event.c65 int max_events; member in struct:alpha_pmu_t
217 .max_events = ARRAY_SIZE(ev67_perfmon_event_map),
616 if (attr->config >= alpha_pmu->max_events)
/linux-master/fs/notify/inotify/
H A Dinotify_user.c653 static struct fsnotify_group *inotify_new_group(unsigned int max_events) argument
675 group->max_events = max_events;
/linux-master/arch/x86/events/intel/
H A Dknc.c302 .max_events = ARRAY_SIZE(knc_perfmon_event_map),
H A Dp6.c213 .max_events = ARRAY_SIZE(p6_perfmon_event_map),
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c243 .max_events = ARRAY_SIZE(sh7750_general_events),
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c277 .max_events = ARRAY_SIZE(sh4a_general_events),
/linux-master/arch/sh/kernel/
H A Dperf_event.c143 if (attr->config >= sh_pmu->max_events)
/linux-master/arch/sparc/kernel/
H A Dperf_event.c160 int max_events; member in struct:sparc_pmu
324 .max_events = ARRAY_SIZE(ultra3_perfmon_event_map),
462 .max_events = ARRAY_SIZE(niagara1_perfmon_event_map),
597 .max_events = ARRAY_SIZE(niagara2_perfmon_event_map),
754 .max_events = ARRAY_SIZE(niagara4_perfmon_event_map),
784 .max_events = ARRAY_SIZE(niagara4_perfmon_event_map),
1434 if (attr->config >= sparc_pmu->max_events)
/linux-master/arch/x86/events/
H A Dcore.c492 if (attr->config >= x86_pmu.max_events)
495 attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events);
798 int max_events; member in struct:perf_sched
815 sched->max_events = num;
869 if (sched->state.event >= sched->max_events)
940 if (sched->state.event >= sched->max_events) {
1831 if (pmu_attr->id < x86_pmu.max_events)
1944 if (idx >= x86_pmu.max_events)
2998 int max = x86_pmu.max_events;
H A Dperf_event.h776 int max_events; member in struct:x86_pmu
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c79 static int max_events = IBMVSCSI_MAX_REQUESTS_DEFAULT + 2; variable
2115 unsigned long desired_io = max_events * sizeof(union viosrp_iu);
2264 rc = ibmvscsi_init_crq_queue(&hostdata->queue, hostdata, max_events);
2269 if (initialize_event_pool(&hostdata->pool, max_events, hostdata) != 0) {
2329 ibmvscsi_release_crq_queue(&hostdata->queue, hostdata, max_events);
2351 max_events);
2411 max_events = max_requests + 2;
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c471 .max_events = ARRAY_SIZE(zx_pmon_event_map),
/linux-master/tools/perf/
H A Dbuiltin-trace.c152 unsigned long max_events; member in struct:trace
2599 if (++trace->nr_events_printed == trace->max_events && trace->max_events != ULONG_MAX)
2817 * this event's max_events having been hit and this is an entry coming
2891 if (evsel->max_events != ULONG_MAX && ++evsel->nr_events_printed == evsel->max_events) {
3202 if (trace->nr_events_printed >= trace->max_events && trace->max_events != ULONG_MAX)
4707 .max_events = ULONG_MAX,
4765 OPT_ULONG(0, "max-events", &trace.max_events,
[all...]
/linux-master/include/linux/
H A Dfsnotify_backend.h203 unsigned int max_events; /* maximum events allowed on the list */ member in struct:fsnotify_group
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1596 group->max_events = UINT_MAX;
1598 group->max_events = fanotify_max_queued_events;
H A Dfanotify.c796 if (group->max_events == UINT_MAX)
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c81 static const u16 max_events[CEC_NUM_EVENTS] = { local
108 if (fh->queued_events[ev_idx] < max_events[ev_idx]) {
/linux-master/arch/x86/events/amd/
H A Dcore.c1284 .max_events = ARRAY_SIZE(amd_perfmon_event_map),

Completed in 243 milliseconds

12