Home
last modified time | relevance | path

Searched refs:pevents (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dhp-wmi-sensors.c1004 struct hp_wmi_platform_events *pevents, in populate_platform_events_from_wobj()
1030 pevents->name = string; in populate_platform_events_from_wobj()
1034 pevents->description = string; in populate_platform_events_from_wobj()
1041 pevents->source_namespace = string; in populate_platform_events_from_wobj()
1048 pevents->source_class = string; in populate_platform_events_from_wobj()
1052 pevents->category = value; in populate_platform_events_from_wobj()
1056 pevents->possible_severity = value; in populate_platform_events_from_wobj()
1060 pevents->possible_status = value; in populate_platform_events_from_wobj()
1315 struct hp_wmi_platform_events *pevents, in hp_wmi_debugfs_init()
1389 for (i = 0; i < pcount; i++, pevents in hp_wmi_debugfs_init()
1003 populate_platform_events_from_wobj(struct device *dev, struct hp_wmi_platform_events *pevents, union acpi_object *wobj) populate_platform_events_from_wobj() argument
1314 hp_wmi_debugfs_init(struct device *dev, struct hp_wmi_info *info, struct hp_wmi_platform_events *pevents, u8 icount, u8 pcount, bool is_new) hp_wmi_debugfs_init() argument
1684 struct hp_wmi_platform_events *pevents; init_platform_events() local
1816 find_event_attributes(struct hp_wmi_sensors *state, struct hp_wmi_platform_events *pevents, u8 pevents_count) find_event_attributes() argument
2011 struct hp_wmi_platform_events *pevents = NULL; hp_wmi_sensors_init() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Disa207-common.c560 struct perf_event *pevents[], u32 flags) in isa207_compute_mmcr()
654 val = (pevents[i]->attr.config1 >> p10_EVENT_THR_CMP_SHIFT) & in isa207_compute_mmcr()
673 (has_branch_stack(pevents[i]) || (event[i] & EVENT_WANTS_BHRB))) in isa207_compute_mmcr()
676 if (pevents[i]->attr.exclude_user) in isa207_compute_mmcr()
679 if (pevents[i]->attr.exclude_hv) in isa207_compute_mmcr()
682 if (pevents[i]->attr.exclude_kernel) { in isa207_compute_mmcr()
689 if (pevents[i]->attr.exclude_idle) in isa207_compute_mmcr()
558 isa207_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags) isa207_compute_mmcr() argument
H A Dgeneric-compat-pmu.c294 struct perf_event *pevents[], u32 flags) in generic_compute_mmcr()
298 ret = isa207_compute_mmcr(event, n_ev, hwc, mmcr, pevents, flags); in generic_compute_mmcr()
292 generic_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags) generic_compute_mmcr() argument
H A Dpower10-pmu.c570 struct perf_event *pevents[], u32 flags) in power10_compute_mmcr()
574 ret = isa207_compute_mmcr(event, n_ev, hwc, mmcr, pevents, flags); in power10_compute_mmcr()
568 power10_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags) power10_compute_mmcr() argument
H A Disa207-common.h283 struct perf_event *pevents[], u32 flags);
H A Dmpc7450-pmu.c261 struct perf_event *pevents[], in mpc7450_compute_mmcr()
259 mpc7450_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) mpc7450_compute_mmcr() argument
H A Dppc970-pmu.c259 struct perf_event *pevents[], in p970_compute_mmcr()
257 p970_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) p970_compute_mmcr() argument
H A Dpower7-pmu.c248 struct perf_event *pevents[], in power7_compute_mmcr()
246 power7_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) power7_compute_mmcr() argument
H A Dpower5+-pmu.c454 struct perf_event *pevents[], in power5p_compute_mmcr()
452 power5p_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) power5p_compute_mmcr() argument
H A Dpower5-pmu.c385 struct perf_event *pevents[], in power5_compute_mmcr()
383 power5_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) power5_compute_mmcr() argument
H A Dpower6-pmu.c176 unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], in p6_compute_mmcr()
175 p6_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[], u32 flags __maybe_unused) p6_compute_mmcr() argument
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Disa207-common.c415 struct perf_event *pevents[]) in isa207_compute_mmcr()
524 (has_branch_stack(pevents[i]) || (event[i] & EVENT_WANTS_BHRB))) in isa207_compute_mmcr()
527 if (pevents[i]->attr.exclude_user) in isa207_compute_mmcr()
530 if (pevents[i]->attr.exclude_hv) in isa207_compute_mmcr()
533 if (pevents[i]->attr.exclude_kernel) { in isa207_compute_mmcr()
413 isa207_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) isa207_compute_mmcr() argument
H A Disa207-common.h268 struct perf_event *pevents[]);
H A Dmpc7450-pmu.c261 struct perf_event *pevents[]) in mpc7450_compute_mmcr()
259 mpc7450_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) mpc7450_compute_mmcr() argument
H A Dppc970-pmu.c259 struct perf_event *pevents[]) in p970_compute_mmcr()
257 p970_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) p970_compute_mmcr() argument
H A Dpower7-pmu.c248 struct perf_event *pevents[]) in power7_compute_mmcr()
246 power7_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) power7_compute_mmcr() argument
H A Dpower5+-pmu.c454 struct perf_event *pevents[]) in power5p_compute_mmcr()
452 power5p_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) power5p_compute_mmcr() argument
H A Dpower5-pmu.c385 struct perf_event *pevents[]) in power5_compute_mmcr()
383 power5_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) power5_compute_mmcr() argument
H A Dpower6-pmu.c176 unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) in p6_compute_mmcr()
175 p6_compute_mmcr(u64 event[], int n_ev, unsigned int hwc[], struct mmcr_regs *mmcr, struct perf_event *pevents[]) p6_compute_mmcr() argument
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf.c250 __poll_t pevents = EPOLLIN; in dma_buf_poll() local
253 pevents |= EPOLLOUT; in dma_buf_poll()
257 dcb->active |= pevents; in dma_buf_poll()
258 events &= ~pevents; in dma_buf_poll()
260 dcb->active = pevents; in dma_buf_poll()
263 if (events & pevents) { in dma_buf_poll()
266 events &= ~pevents; in dma_buf_poll()
270 events &= ~pevents; in dma_buf_poll()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dperf_event_server.h39 struct perf_event *pevents[]);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dperf_event_server.h39 struct perf_event *pevents[], u32 flags);

Completed in 18 milliseconds