Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/sh/include/asm/
Dperf_event.h18 unsigned int max_events; member
/Linux-v6.6/tools/perf/util/
Devsel_config.h44 unsigned long max_events; member
Devsel.c280 evsel->max_events = ULONG_MAX; in evsel__init()
418 evsel->max_events = orig->max_events; in evsel__clone()
982 evsel->max_events = term->val.max_events; in evsel__apply_config_terms()
Devsel.h81 unsigned long max_events; member
/Linux-v6.6/drivers/perf/
Dthunderx2_pmu.c100 u32 max_events; member
597 if (event->attr.config >= tx2_pmu->max_events) in tx2_uncore_event_init()
838 tx2_pmu->max_events = L3_EVENT_MAX; in tx2_uncore_pmu_init_dev()
853 tx2_pmu->max_events = DMC_EVENT_MAX; in tx2_uncore_pmu_init_dev()
869 tx2_pmu->max_events = CCPI2_EVENT_MAX; in tx2_uncore_pmu_init_dev()
/Linux-v6.6/fs/notify/
Dgroup.c132 group->max_events = UINT_MAX; in __fsnotify_alloc_group()
Dnotification.c101 group->q_len >= group->max_events) { in fsnotify_insert_event()
/Linux-v6.6/arch/sparc/kernel/
Dperf_event.c160 int max_events; member
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) in sparc_pmu_event_init()
/Linux-v6.6/arch/alpha/kernel/
Dperf_event.c65 int max_events; member
217 .max_events = ARRAY_SIZE(ev67_perfmon_event_map),
616 if (attr->config >= alpha_pmu->max_events) in __hw_perf_event_init()
/Linux-v6.6/arch/x86/events/
Dcore.c492 if (attr->config >= x86_pmu.max_events) in x86_setup_perfctr()
495 attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events); in x86_setup_perfctr()
798 int max_events; member
815 sched->max_events = num; in perf_sched_init()
869 if (sched->state.event >= sched->max_events) in __perf_sched_find_counter()
940 if (sched->state.event >= sched->max_events) { in perf_sched_next_event()
1830 if (pmu_attr->id < x86_pmu.max_events) in events_sysfs_show()
1943 if (idx >= x86_pmu.max_events) in is_visible()
2997 int max = x86_pmu.max_events; in perf_get_hw_event_config()
/Linux-v6.6/fs/notify/inotify/
Dinotify_user.c654 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group() argument
676 group->max_events = max_events; in inotify_new_group()
/Linux-v6.6/arch/sh/kernel/cpu/sh4/
Dperf_event.c243 .max_events = ARRAY_SIZE(sh7750_general_events),
/Linux-v6.6/arch/sh/kernel/cpu/sh4a/
Dperf_event.c277 .max_events = ARRAY_SIZE(sh4a_general_events),
/Linux-v6.6/arch/x86/events/intel/
Dp6.c213 .max_events = ARRAY_SIZE(p6_perfmon_event_map),
Dknc.c302 .max_events = ARRAY_SIZE(knc_perfmon_event_map),
/Linux-v6.6/drivers/scsi/ibmvscsi/
Dibmvscsi.c79 static int max_events = IBMVSCSI_MAX_REQUESTS_DEFAULT + 2; variable
2115 unsigned long desired_io = max_events * sizeof(union viosrp_iu); in ibmvscsi_get_desired_dma()
2264 rc = ibmvscsi_init_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe()
2269 if (initialize_event_pool(&hostdata->pool, max_events, hostdata) != 0) { in ibmvscsi_probe()
2329 ibmvscsi_release_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe()
2351 max_events); in ibmvscsi_remove()
2411 max_events = max_requests + 2; in ibmvscsi_module_init()
/Linux-v6.6/arch/sh/kernel/
Dperf_event.c143 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
/Linux-v6.6/tools/perf/
Dbuiltin-trace.c151 unsigned long max_events; member
2599 if (++trace->nr_events_printed == trace->max_events && trace->max_events != ULONG_MAX)
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)
4704 .max_events = ULONG_MAX,
4762 OPT_ULONG(0, "max-events", &trace.max_events,
/Linux-v6.6/include/linux/
Dfsnotify_backend.h203 unsigned int max_events; /* maximum events allowed on the list */ member
/Linux-v6.6/arch/x86/events/zhaoxin/
Dcore.c471 .max_events = ARRAY_SIZE(zx_pmon_event_map),
/Linux-v6.6/fs/notify/fanotify/
Dfanotify_user.c1529 group->max_events = UINT_MAX; in SYSCALL_DEFINE2()
1531 group->max_events = fanotify_max_queued_events; in SYSCALL_DEFINE2()
Dfanotify.c800 if (group->max_events == UINT_MAX) in fanotify_alloc_event()
/Linux-v6.6/drivers/media/cec/core/
Dcec-adap.c81 static const u16 max_events[CEC_NUM_EVENTS] = { in cec_queue_event_fh() local
108 if (fh->queued_events[ev_idx] < max_events[ev_idx]) { in cec_queue_event_fh()
/Linux-v6.6/arch/x86/events/amd/
Dcore.c1256 .max_events = ARRAY_SIZE(amd_perfmon_event_map),
/Linux-v6.6/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c1289 u32 number_bytes, max_events, max; in _ctl_eventreport() local
1303 max_events = number_bytes/sizeof(struct MPT3_IOCTL_EVENTS); in _ctl_eventreport()
1304 max = min_t(u32, MPT3SAS_CTL_EVENT_LOG_SIZE, max_events); in _ctl_eventreport()

12