Home
last modified time | relevance | path

Searched defs:pevent (Results 1 – 24 of 24) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dtrace-event-read.c83 static unsigned int read4(struct tep_handle *pevent) in read4()
92 static unsigned long long read8(struct tep_handle *pevent) in read8()
145 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
168 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
195 static int read_header_files(struct tep_handle *pevent) in read_header_files()
246 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
271 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
295 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
313 static int read_event_files(struct tep_handle *pevent) in read_event_files()
344 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
Dpython.c75 static PyObject *pyrf_mmap_event__repr(const struct pyrf_event *pevent) in pyrf_mmap_event__repr()
117 static PyObject *pyrf_task_event__repr(const struct pyrf_event *pevent) in pyrf_task_event__repr()
150 static PyObject *pyrf_comm_event__repr(const struct pyrf_event *pevent) in pyrf_comm_event__repr()
179 static PyObject *pyrf_throttle_event__repr(const struct pyrf_event *pevent) in pyrf_throttle_event__repr()
209 static PyObject *pyrf_lost_event__repr(const struct pyrf_event *pevent) in pyrf_lost_event__repr()
244 static PyObject *pyrf_read_event__repr(const struct pyrf_event *pevent) in pyrf_read_event__repr()
273 static PyObject *pyrf_sample_event__repr(const struct pyrf_event *pevent) in pyrf_sample_event__repr()
288 static bool is_tracepoint(const struct pyrf_event *pevent) in is_tracepoint()
296 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
335 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
[all …]
Dtrace-event.c29 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
42 struct tep_handle *pevent; in trace_event__init2() local
77 struct tep_handle *pevent = tevent.pevent; in tp_format() local
Dtrace-event-parse.c20 struct tep_handle *pevent = context->pevent; in get_common_field() local
232 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
258 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
274 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
279 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
Dtrace-event.h21 struct tep_handle *pevent; member
126 struct tep_handle *pevent; member
Dheader.c4169 static int evsel__prepare_tracepoint_event(struct evsel *evsel, struct tep_handle *pevent) in evsel__prepare_tracepoint_event()
4200 static int evlist__prepare_tracepoint_events(struct evlist *evlist, struct tep_handle *pevent) in evlist__prepare_tracepoint_events()
/linux-6.14.4/arch/loongarch/kernel/
Dkgdb.c466 struct perf_event **pevent; in hw_break_reserve_slot() local
492 struct perf_event **pevent; in hw_break_release_slot() local
686 struct perf_event **pevent; in kgdb_arch_late() local
/linux-6.14.4/arch/x86/kernel/
Dkgdb.c230 struct perf_event **pevent; in hw_break_reserve_slot() local
257 struct perf_event **pevent; in hw_break_release_slot() local
642 struct perf_event **pevent; in kgdb_arch_late() local
/linux-6.14.4/drivers/net/wireless/rsi/
Drsi_common.h27 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/core/
Doproxy.c34 struct nvkm_event **pevent) in nvkm_oproxy_ntfy()
Dobject.c111 struct nvkm_event **pevent) in nvkm_object_ntfy()
/linux-6.14.4/fs/notify/fanotify/
Dfanotify.c546 struct fanotify_path_event *pevent; in fanotify_alloc_path_event() local
567 struct fanotify_perm_event *pevent; in fanotify_alloc_perm_event() local
Dfanotify_user.c552 struct fanotify_perm_event *pevent = FANOTIFY_PERM(event); in copy_range_info_to_user() local
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchan.c30 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
/linux-6.14.4/tools/perf/util/scripting-engines/
Dtrace-event-perl.c554 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c1975 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script()
/linux-6.14.4/drivers/net/ethernet/ti/
Dcpts.c107 struct ptp_clock_event pevent; in cpts_fifo_read() local
Dam65-cpts.c280 struct ptp_clock_event pevent; in __am65_cpts_fifo_read() local
/linux-6.14.4/drivers/net/ethernet/ti/icssg/
Dicss_iep.c531 struct ptp_clock_event pevent; in icss_iep_cap_cmp_work() local
/linux-6.14.4/kernel/trace/
Dtrace_eprobe.c258 struct trace_event_call *pevent; in print_eprobe_event() local
Dtrace_probe.c242 int traceprobe_parse_event_name(const char **pevent, const char **pgroup, in traceprobe_parse_event_name()
Dtrace_uprobe.c1477 const char *pevent = trace_event_name(event->tp_event); in bpf_get_uprobe_info() local
Dtrace_kprobe.c1746 const char *pevent = trace_event_name(event->tp_event); in bpf_get_kprobe_info() local
/linux-6.14.4/drivers/scsi/bfa/
Dbfa_svc.c2158 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown() local
3059 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo() local