Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/perf/util/
Dtrace-event-read.c81 static unsigned int read4(struct tep_handle *pevent) in read4()
90 static unsigned long long read8(struct tep_handle *pevent) in read8()
143 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
166 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
193 static int read_header_files(struct tep_handle *pevent) in read_header_files()
244 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
269 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
293 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
311 static int read_event_files(struct tep_handle *pevent) in read_event_files()
342 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
Dtrace-event-parse.c18 struct tep_handle *pevent = context->pevent; in get_common_field() local
123 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
149 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
170 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
Dtrace-event.c30 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
43 struct tep_handle *pevent; in trace_event__init2() local
78 struct tep_handle *pevent = tevent.pevent; in tp_format() local
Dpython.c209 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
251 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
284 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
313 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
342 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
377 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
406 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
420 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
428 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
467 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
[all …]
Dtrace-event.h17 struct tep_handle *pevent; member
110 struct tep_handle *pevent; member
Dheader.c4085 static int evsel__prepare_tracepoint_event(struct evsel *evsel, struct tep_handle *pevent) in evsel__prepare_tracepoint_event()
4116 static int evlist__prepare_tracepoint_events(struct evlist *evlist, struct tep_handle *pevent) in evlist__prepare_tracepoint_events()
/linux-6.1.9/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.1.9/drivers/net/wireless/rsi/
Drsi_common.h27 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnvsw.c40 struct nvkm_event **pevent) in nvkm_nvsw_ntfy_()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
Duser.c44 struct nvkm_event **pevent) in nvkm_ufault_ntfy()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchang84.c35 struct nvkm_event **pevent) in g84_fifo_chan_ntfy()
Dgpfifogf100.c37 struct nvkm_event **pevent) in gf100_fifo_chan_ntfy()
Dchan.c255 struct nvkm_event **pevent) in nvkm_fifo_chan_ntfy()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/core/
Doproxy.c34 struct nvkm_event **pevent) in nvkm_oproxy_ntfy()
Dobject.c97 struct nvkm_event **pevent) in nvkm_object_ntfy()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify.c541 struct fanotify_path_event *pevent; in fanotify_alloc_path_event() local
558 struct fanotify_perm_event *pevent; in fanotify_alloc_perm_event() local
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchan.c52 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-perl.c544 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpts.c107 struct ptp_clock_event pevent; in cpts_fifo_read() local
Dam65-cpts.c265 struct ptp_clock_event pevent; in am65_cpts_fifo_read() local
/linux-6.1.9/kernel/trace/
Dtrace_probe.c229 int traceprobe_parse_event_name(const char **pevent, const char **pgroup, in traceprobe_parse_event_name()
Dtrace_eprobe.c285 struct trace_event_call *pevent; in print_eprobe_event() local
Dtrace_kprobe.c1596 const char *pevent = trace_event_name(event->tp_event); in bpf_get_kprobe_info() local
Dtrace_uprobe.c1422 const char *pevent = trace_event_name(event->tp_event); in bpf_get_uprobe_info() local
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.c2195 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown() local
3096 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo() local

12