/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.h | 325 struct pevent *pevent; member 462 struct pevent { struct 463 int ref_count; 465 int header_page_ts_offset; 466 int header_page_ts_size; 467 int header_page_size_offset; 468 int header_page_size_size; 469 int header_page_data_offset; 470 int header_page_data_size; 471 int header_page_overwrite; [all …]
|
D | event-parse.c | 160 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() 453 int pevent_set_function_resolver(struct pevent *pevent, in pevent_set_function_resolver() 477 void pevent_reset_function_resolver(struct pevent *pevent) in pevent_reset_function_resolver() [all …]
|
D | event-plugin.c | 284 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()
|
D | plugin_cfg80211.c | 27 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 38 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_function.c | 128 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()
|
D | plugin_hrtimer.c | 69 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 80 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_kmem.c | 51 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 74 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_jbd2.c | 50 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 68 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_mac80211.c | 89 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 97 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_sched_switch.c | 137 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 150 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_xen.c | 121 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 132 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | parse-filter.c | 177 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
|
D | plugin_kvm.c | 447 int PEVENT_PLUGIN_LOADER(struct pevent *pevent) in PEVENT_PLUGIN_LOADER() 489 void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) in PEVENT_PLUGIN_UNLOADER()
|
D | plugin_scsi.c | 415 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.4.14/tools/perf/util/ |
D | trace-event-read.c | 100 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() 185 static int read_ftrace_printk(struct pevent *pevent) in read_ftrace_printk() 210 static int read_header_files(struct pevent *pevent) in read_header_files() 261 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file() 279 static int read_event_file(struct pevent *pevent, char *sys, in read_event_file() 298 static int read_ftrace_files(struct pevent *pevent) in read_ftrace_files() 316 static int read_event_files(struct pevent *pevent) in read_event_files() 357 struct pevent *pevent = NULL; in trace_report() local
|
D | trace-event.c | 29 struct pevent *pevent = pevent_alloc(); in trace_event__init() local 42 struct pevent *pevent; in trace_event__init2() local 76 struct pevent *pevent = tevent.pevent; in tp_format() local
|
D | trace-event-parse.c | 34 struct pevent *pevent = context->pevent; in get_common_field() local 138 void parse_ftrace_printk(struct pevent *pevent, in parse_ftrace_printk() 163 int parse_ftrace_file(struct pevent *pevent, char *buf, unsigned long size) in parse_ftrace_file() 168 int parse_event_file(struct pevent *pevent, in parse_event_file() 174 struct event_format *trace_find_next_event(struct pevent *pevent, in trace_find_next_event()
|
D | python.c | 80 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent) in pyrf_mmap_event__repr() 122 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent) in pyrf_task_event__repr() 155 static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent) in pyrf_comm_event__repr() 184 static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent) in pyrf_throttle_event__repr() 213 static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent) in pyrf_lost_event__repr() 248 static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent) in pyrf_read_event__repr() 277 static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent) in pyrf_sample_event__repr() 311 static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent) in pyrf_context_switch_event__repr() 393 struct pyrf_event *pevent; in pyrf_event__new() local 865 struct pyrf_event *pevent = (struct pyrf_event *)pyevent; in pyrf_evlist__read_on_cpu() local
|
D | trace-event.h | 15 struct pevent *pevent; member 89 struct pevent *pevent; member
|
D | header.c | 2509 struct pevent *pevent) in perf_evsel__prepare_tracepoint_event() 2539 struct pevent *pevent) in perf_evlist__prepare_tracepoint_events()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kgdb.c | 246 struct perf_event **pevent; in hw_break_reserve_slot() local 273 struct perf_event **pevent; in hw_break_release_slot() local 661 struct perf_event **pevent; in kgdb_arch_late() local
|
/linux-4.4.14/drivers/oprofile/ |
D | oprofile_perf.c | 76 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.4.14/drivers/net/wireless/rsi/ |
D | rsi_common.h | 28 static inline int rsi_init_event(struct rsi_event *pevent) in rsi_init_event()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nvsw.c | 40 struct nvkm_event **pevent) in nvkm_nvsw_ntfy_()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify.c | 160 struct fanotify_perm_event_info *pevent; in fanotify_alloc_event() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | chang84.c | 35 struct nvkm_event **pevent) in g84_fifo_chan_ntfy()
|
D | chan.c | 247 struct nvkm_event **pevent) in nvkm_fifo_chan_ntfy()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | oproxy.c | 34 struct nvkm_event **pevent) in nvkm_oproxy_ntfy()
|
D | object.c | 38 struct nvkm_event **pevent) in nvkm_object_ntfy()
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 445 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script()
|
D | trace-event-python.c | 1036 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | channv50.c | 178 struct nvkm_event **pevent) in nv50_disp_chan_ntfy()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 2266 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.4.14/net/ceph/ |
D | osd_client.c | 2287 void *data, struct ceph_osd_event **pevent) in ceph_osdc_create_event()
|