/linux/arch/sh/include/asm/ |
A D | perf_event.h | 18 unsigned int max_events; member
|
/linux/arch/riscv/include/asm/ |
A D | perf_event.h | 67 int max_events; member
|
/linux/tools/perf/util/ |
A D | evsel_config.h | 44 unsigned long max_events; member
|
A D | evsel.c | 246 evsel->max_events = ULONG_MAX; in evsel__init() 416 evsel->max_events = orig->max_events; in evsel__clone() 967 evsel->max_events = term->val.max_events; in evsel__apply_config_terms()
|
A D | evsel.h | 68 unsigned long max_events; member
|
/linux/drivers/perf/ |
A D | thunderx2_pmu.c | 100 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/arch/sparc/kernel/ |
A D | perf_event.c | 160 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/arch/riscv/kernel/ |
A D | perf_event.c | 144 if (config >= riscv_pmu->max_events) in riscv_map_hw_event() 449 .max_events = ARRAY_SIZE(riscv_hw_event_map),
|
/linux/arch/alpha/kernel/ |
A D | perf_event.c | 65 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/fs/notify/ |
A D | group.c | 130 group->max_events = UINT_MAX; in __fsnotify_alloc_group()
|
A D | notification.c | 101 group->q_len >= group->max_events) { in fsnotify_insert_event()
|
/linux/fs/notify/inotify/ |
A D | inotify_user.c | 634 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group() argument 655 group->max_events = max_events; in inotify_new_group()
|
/linux/arch/x86/events/ |
A D | core.c | 491 if (attr->config >= x86_pmu.max_events) in x86_setup_perfctr() 494 attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events); in x86_setup_perfctr() 796 int max_events; member 813 sched->max_events = num; in perf_sched_init() 867 if (sched->state.event >= sched->max_events) in __perf_sched_find_counter() 938 if (sched->state.event >= sched->max_events) { in perf_sched_next_event() 1835 if (pmu_attr->id < x86_pmu.max_events) in events_sysfs_show() 1948 if (idx >= x86_pmu.max_events) in is_visible()
|
/linux/drivers/scsi/ibmvscsi/ |
A D | ibmvscsi.c | 79 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/arch/x86/events/intel/ |
A D | p6.c | 213 .max_events = ARRAY_SIZE(p6_perfmon_event_map),
|
A D | knc.c | 302 .max_events = ARRAY_SIZE(knc_perfmon_event_map),
|
/linux/arch/sh/kernel/cpu/sh4/ |
A D | perf_event.c | 243 .max_events = ARRAY_SIZE(sh7750_general_events),
|
/linux/arch/sh/kernel/cpu/sh4a/ |
A D | perf_event.c | 277 .max_events = ARRAY_SIZE(sh4a_general_events),
|
/linux/arch/sh/kernel/ |
A D | perf_event.c | 143 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
|
/linux/tools/perf/ |
A D | builtin-trace.c | 147 unsigned long max_events; member 2556 if (++trace->nr_events_printed == trace->max_events && trace->max_events != ULONG_MAX) 2848 if (evsel->max_events != ULONG_MAX && ++evsel->nr_events_printed == evsel->max_events) { 3160 if (trace->nr_events_printed >= trace->max_events && trace->max_events != ULONG_MAX) 4783 .max_events = ULONG_MAX, 4845 OPT_ULONG(0, "max-events", &trace.max_events,
|
/linux/include/linux/ |
A D | fsnotify_backend.h | 205 unsigned int max_events; /* maximum events allowed on the list */ member
|
/linux/arch/x86/events/zhaoxin/ |
A D | core.c | 471 .max_events = ARRAY_SIZE(zx_pmon_event_map),
|
/linux/fs/notify/fanotify/ |
A D | fanotify_user.c | 1338 group->max_events = UINT_MAX; in SYSCALL_DEFINE2() 1340 group->max_events = fanotify_max_queued_events; in SYSCALL_DEFINE2()
|
A D | fanotify.c | 699 if (group->max_events == UINT_MAX) in fanotify_alloc_event()
|
/linux/arch/x86/events/amd/ |
A D | core.c | 921 .max_events = ARRAY_SIZE(amd_perfmon_event_map),
|