Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/util/
Dtrace-event-read.c99 static unsigned int read4(struct tep_handle *pevent) in read4()
108 static unsigned long long read8(struct tep_handle *pevent) in read8()
161 static int read_proc_kallsyms(struct tep_handle *pevent) in read_proc_kallsyms()
184 static int read_ftrace_printk(struct tep_handle *pevent) in read_ftrace_printk()
211 static int read_header_files(struct tep_handle *pevent) in read_header_files()
262 static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size) in read_ftrace_file()
287 static int read_event_file(struct tep_handle *pevent, char *sys, in read_event_file()
313 static int read_ftrace_files(struct tep_handle *pevent) in read_ftrace_files()
331 static int read_event_files(struct tep_handle *pevent) in read_event_files()
359 static int read_saved_cmdline(struct tep_handle *pevent) in read_saved_cmdline()
[all …]
Dtrace-event-parse.c35 struct tep_handle *pevent = context->pevent; in get_common_field() local
139 void parse_ftrace_printk(struct tep_handle *pevent, in parse_ftrace_printk()
164 void parse_saved_cmdline(struct tep_handle *pevent, in parse_saved_cmdline()
180 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) in parse_ftrace_file()
185 int parse_event_file(struct tep_handle *pevent, in parse_event_file()
191 struct event_format *trace_find_next_event(struct tep_handle *pevent, in trace_find_next_event()
Dtrace-event.c31 struct tep_handle *pevent = tep_alloc(); in trace_event__init() local
44 struct tep_handle *pevent; in trace_event__init2() local
79 struct tep_handle *pevent = tevent.pevent; in tp_format() local
Dpython.c126 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
168 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
201 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
230 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
259 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
294 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
323 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
337 static bool is_tracepoint(struct pyrf_event *pevent) in is_tracepoint()
345 struct tep_handle *pevent = field->event->pevent; in tracepoint_field() local
382 get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name) in get_tracepoint_field()
[all …]
Dtrace-event.h16 struct tep_handle *pevent; member
97 struct tep_handle *pevent; member
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c149 static int cmdline_init(struct tep_handle *pevent) in cmdline_init()
178 static const char *find_cmdline(struct tep_handle *pevent, int pid) in find_cmdline()
207 int tep_pid_is_registered(struct tep_handle *pevent, int pid) in tep_pid_is_registered()
233 static int add_new_comm(struct tep_handle *pevent, const char *comm, int pid) in add_new_comm()
285 int tep_register_comm(struct tep_handle *pevent, const char *comm, int pid) in tep_register_comm()
313 int tep_register_trace_clock(struct tep_handle *pevent, const char *trace_clock) in tep_register_trace_clock()
370 static int func_map_init(struct tep_handle *pevent) in func_map_init()
410 __find_func(struct tep_handle *pevent, unsigned long long addr) in __find_func()
442 int tep_set_function_resolver(struct tep_handle *pevent, in tep_set_function_resolver()
466 void tep_reset_function_resolver(struct tep_handle *pevent) in tep_reset_function_resolver()
[all …]
Devent-plugin.c270 load_plugin(struct tep_handle *pevent, const char *path, in load_plugin()
325 load_plugins_dir(struct tep_handle *pevent, const char *suffix, in load_plugins_dir()
327 void (*load_plugin)(struct tep_handle *pevent, in load_plugins_dir()
367 load_plugins(struct tep_handle *pevent, const char *suffix, in load_plugins()
368 void (*load_plugin)(struct tep_handle *pevent, in load_plugins()
420 tep_load_plugins(struct tep_handle *pevent) in tep_load_plugins()
429 tep_unload_plugins(struct plugin_list *plugin_list, struct tep_handle *pevent) in tep_unload_plugins()
Devent-parse.h323 struct tep_handle *pevent; member
535 static inline void tep_set_flag(struct tep_handle *pevent, int flag) in tep_set_flag()
541 __data2host2(struct tep_handle *pevent, unsigned short data) in __data2host2()
555 __data2host4(struct tep_handle *pevent, unsigned int data) in __data2host4()
571 __data2host8(struct tep_handle *pevent, unsigned long long data) in __data2host8()
590 #define data2host2(pevent, ptr) __data2host2(pevent, *(unsigned short *)(ptr)) argument
591 #define data2host4(pevent, ptr) __data2host4(pevent, *(unsigned int *)(ptr)) argument
592 #define data2host8(pevent, ptr) \ argument
734 static inline int tep_get_cpus(struct tep_handle *pevent) in tep_get_cpus()
739 static inline void tep_set_cpus(struct tep_handle *pevent, int cpus) in tep_set_cpus()
[all …]
Dplugin_function.c128 struct tep_handle *pevent = event->pevent; in function_handler() local
166 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
176 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_cfg80211.c28 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
39 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_hrtimer.c69 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
80 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_kmem.c51 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
74 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_jbd2.c50 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
68 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_mac80211.c89 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
97 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_sched_switch.c137 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
150 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dplugin_xen.c122 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
133 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
Dparse-filter.c168 struct event_filter *tep_filter_alloc(struct tep_handle *pevent) in tep_filter_alloc()
258 find_event(struct tep_handle *pevent, struct event_list **events, in find_event()
1259 struct tep_handle *pevent = filter->pevent; in tep_filter_add_filter_str() local
1863 struct tep_handle *pevent; in get_field_str() local
2038 struct tep_handle *pevent = filter->pevent; in tep_filter_match() local
Dplugin_kvm.c447 int TEP_PLUGIN_LOADER(struct tep_handle *pevent) in TEP_PLUGIN_LOADER()
489 void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent) in TEP_PLUGIN_UNLOADER()
/Linux-v4.19/arch/x86/kernel/
Dkgdb.c247 struct perf_event **pevent; in hw_break_reserve_slot() local
274 struct perf_event **pevent; in hw_break_release_slot() local
662 struct perf_event **pevent; in kgdb_arch_late() local
/Linux-v4.19/drivers/oprofile/
Doprofile_perf.c77 struct perf_event *pevent; in op_create_counter() local
103 struct perf_event *pevent = per_cpu(perf_events, cpu)[event]; in op_destroy_counter() local
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_common.h27 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnvsw.c40 struct nvkm_event **pevent) in nvkm_nvsw_ntfy_()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c160 struct fanotify_perm_event_info *pevent; in fanotify_alloc_event() local
/Linux-v4.19/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()

12