Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/traceevent/
Devent-parse.h323 struct pevent *pevent; member
456 struct pevent { struct
457 int ref_count;
459 int header_page_ts_offset;
460 int header_page_ts_size;
461 int header_page_size_offset;
462 int header_page_size_size;
463 int header_page_data_offset;
464 int header_page_data_size;
465 int header_page_overwrite;
[all …]
Devent-parse.c160 static int cmdline_init(struct pevent *pevent) in cmdline_init()
189 static const char *find_cmdline(struct pevent *pevent, int pid) in find_cmdline()
218 int pevent_pid_is_registered(struct pevent *pevent, int pid) in pevent_pid_is_registered()
244 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
296 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
324 int pevent_register_trace_clock(struct pevent *pevent, const char *trace_clock) in pevent_register_trace_clock()
381 static int func_map_init(struct pevent *pevent) in func_map_init()
421 find_func(struct pevent *pevent, unsigned long long addr) in find_func()
446 const char *pevent_find_function(struct pevent *pevent, unsigned long long addr) in pevent_find_function()
467 pevent_find_function_address(struct pevent *pevent, unsigned long long addr) in pevent_find_function_address()
[all …]
Devent-plugin.c284 load_plugin(struct pevent *pevent, const char *path, in load_plugin()
342 load_plugins_dir(struct pevent *pevent, const char *suffix, in load_plugins_dir()
344 void (*load_plugin)(struct pevent *pevent, in load_plugins_dir()
384 load_plugins(struct pevent *pevent, const char *suffix, in load_plugins()
385 void (*load_plugin)(struct pevent *pevent, in load_plugins()
440 traceevent_load_plugins(struct pevent *pevent) in traceevent_load_plugins()
449 traceevent_unload_plugins(struct plugin_list *plugin_list, struct pevent *pevent) in traceevent_unload_plugins()
Dplugin_cfg80211.c14 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
25 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_kmem.c51 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
74 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_hrtimer.c69 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
80 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_function.c128 struct pevent *pevent = event->pevent; in function_handler() local
166 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
176 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_jbd2.c50 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
68 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_mac80211.c89 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
97 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_sched_switch.c137 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
150 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_xen.c121 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
132 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dparse-filter.c177 struct event_filter *pevent_filter_alloc(struct pevent *pevent) in pevent_filter_alloc()
267 find_event(struct pevent *pevent, struct event_list **events, in find_event()
1268 struct pevent *pevent = filter->pevent; in pevent_filter_add_filter_str() local
1867 struct pevent *pevent; in get_field_str() local
2034 struct pevent *pevent = filter->pevent; in pevent_filter_match() local
Dplugin_kvm.c438 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
480 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
Dplugin_scsi.c415 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER()
428 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
/linux-4.1.27/tools/perf/util/
Dtrace-event-read.c100 static unsigned int read4(struct pevent *pevent) in read4()
109 static unsigned long long read8(struct pevent *pevent) in read8()
162 static int read_proc_kallsyms(struct pevent *pevent) in read_proc_kallsyms()
187 static int read_ftrace_printk(struct pevent *pevent) in read_ftrace_printk()
212 static int read_header_files(struct pevent *pevent) in read_header_files()
263 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file()
281 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file()
300 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files()
318 static int read_event_files(struct pevent *pevent) in read_event_files()
359 struct pevent *pevent = NULL; in trace_report() local
Dtrace-event.c25 struct pevent *pevent = pevent_alloc(); in trace_event__init() local
44 struct pevent *pevent = tevent.pevent; in tp_format() local
69 struct pevent *pevent; in trace_event__tp_format() local
Dtrace-event-parse.c34 struct pevent *pevent = context->pevent; in get_common_field() local
138 void parse_proc_kallsyms(struct pevent *pevent, in parse_proc_kallsyms()
168 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk()
193 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file()
198 int parse_event_file(struct pevent *pevent, in parse_event_file()
204 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
Dpython.c79 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr()
121 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr()
154 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr()
183 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr()
212 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr()
247 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr()
276 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr()
349 struct pyrf_event *pevent; in pyrf_event__new() local
816 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local
Dtrace-event.h15 struct pevent *pevent; member
85 struct pevent *pevent; member
Dheader.c2422 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event()
2452 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
/linux-4.1.27/arch/x86/kernel/
Dkgdb.c246 struct perf_event **pevent; in hw_break_reserve_slot() local
273 struct perf_event **pevent; in hw_break_release_slot() local
656 struct perf_event **pevent; in kgdb_arch_late() local
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_common.h28 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
/linux-4.1.27/drivers/oprofile/
Doprofile_perf.c76 struct perf_event *pevent; in op_create_counter() local
102 struct perf_event *pevent = per_cpu(perf_events, cpu)[event]; in op_destroy_counter() local
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c160 struct fanotify_perm_event_info *pevent; in fanotify_alloc_event() local
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-perl.c444 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
Dtrace-event-python.c1035 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c143 struct nvkm_event **pevent) in nv50_disp_chan_ntfy()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.c2266 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown() local
3187 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo() local
/linux-4.1.27/net/ceph/
Dosd_client.c2273 void *data, struct ceph_osd_event **pevent) in ceph_osdc_create_event()