Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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 …]
A Dpython.c107 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
149 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
182 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
211 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
240 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
275 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
304 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
319 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
327 struct tep_handle *pevent = field->event->tep; in tracepoint_field() local
506 struct pyrf_event *pevent; in pyrf_event__new() local
[all …]
A 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
A Dtrace-event-parse.c20 struct tep_handle *pevent = context->pevent; in get_common_field() local
238 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
264 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
280 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
285 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
A Dtrace-event.h21 struct tep_handle *pevent; member
128 struct tep_handle *pevent; member
A Dheader.c4195 static int evsel__prepare_tracepoint_event(struct evsel *evsel, struct tep_handle *pevent) in evsel__prepare_tracepoint_event()
4226 static int evlist__prepare_tracepoint_events(struct evlist *evlist, struct tep_handle *pevent) in evlist__prepare_tracepoint_events()
/linux/arch/loongarch/kernel/
A Dkgdb.c465 struct perf_event **pevent; in hw_break_reserve_slot() local
491 struct perf_event **pevent; in hw_break_release_slot() local
685 struct perf_event **pevent; in kgdb_arch_late() local
/linux/arch/x86/kernel/
A 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/drivers/net/wireless/rsi/
A Drsi_common.h27 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
A Doproxy.c34 struct nvkm_event **pevent) in nvkm_oproxy_ntfy()
A Dobject.c111 struct nvkm_event **pevent) in nvkm_object_ntfy()
/linux/fs/notify/fanotify/
A Dfanotify.c538 struct fanotify_path_event *pevent; in fanotify_alloc_path_event() local
555 struct fanotify_perm_event *pevent; in fanotify_alloc_perm_event() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchan.c30 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c553 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script()
A Dtrace-event-python.c2028 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script()
/linux/drivers/net/ethernet/ti/
A Dcpts.c107 struct ptp_clock_event pevent; in cpts_fifo_read() local
A Dam65-cpts.c280 struct ptp_clock_event pevent; in __am65_cpts_fifo_read() local
/linux/drivers/net/ethernet/ti/icssg/
A Dicss_iep.c500 struct ptp_clock_event pevent; in icss_iep_cap_cmp_work() local
/linux/kernel/trace/
A Dtrace_eprobe.c258 struct trace_event_call *pevent; in print_eprobe_event() local
A Dtrace_probe.c242 int traceprobe_parse_event_name(const char **pevent, const char **pgroup, in traceprobe_parse_event_name()
A Dtrace_uprobe.c1471 const char *pevent = trace_event_name(event->tp_event); in bpf_get_uprobe_info() local
A Dtrace_kprobe.c1744 const char *pevent = trace_event_name(event->tp_event); in bpf_get_kprobe_info() local
/linux/drivers/scsi/bfa/
A Dbfa_svc.c2181 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown() local
3082 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo() local

Completed in 78 milliseconds