pevent            230 arch/x86/kernel/kgdb.c 	struct perf_event **pevent;
pevent            237 arch/x86/kernel/kgdb.c 		pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
pevent            238 arch/x86/kernel/kgdb.c 		if (dbg_reserve_bp_slot(*pevent))
pevent            249 arch/x86/kernel/kgdb.c 		pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
pevent            250 arch/x86/kernel/kgdb.c 		dbg_release_bp_slot(*pevent);
pevent            257 arch/x86/kernel/kgdb.c 	struct perf_event **pevent;
pevent            264 arch/x86/kernel/kgdb.c 		pevent = per_cpu_ptr(breakinfo[breakno].pev, cpu);
pevent            265 arch/x86/kernel/kgdb.c 		if (dbg_release_bp_slot(*pevent))
pevent            641 arch/x86/kernel/kgdb.c 	struct perf_event **pevent;
pevent            665 arch/x86/kernel/kgdb.c 			pevent = per_cpu_ptr(breakinfo[i].pev, cpu);
pevent            666 arch/x86/kernel/kgdb.c 			pevent[0]->hw.sample_period = 1;
pevent            667 arch/x86/kernel/kgdb.c 			pevent[0]->overflow_handler = kgdb_hw_overflow_handler;
pevent            668 arch/x86/kernel/kgdb.c 			if (pevent[0]->destroy != NULL) {
pevent            669 arch/x86/kernel/kgdb.c 				pevent[0]->destroy = NULL;
pevent            670 arch/x86/kernel/kgdb.c 				release_bp_slot(*pevent);
pevent             97 drivers/gpu/drm/nouveau/nvkm/core/object.c 		 struct nvkm_event **pevent)
pevent            100 drivers/gpu/drm/nouveau/nvkm/core/object.c 		return object->func->ntfy(object, mthd, pevent);
pevent             34 drivers/gpu/drm/nouveau/nvkm/core/oproxy.c 		 struct nvkm_event **pevent)
pevent             36 drivers/gpu/drm/nouveau/nvkm/core/oproxy.c 	return nvkm_object_ntfy(nvkm_oproxy(object)->object, mthd, pevent);
pevent            198 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c 		    struct nvkm_event **pevent)
pevent            204 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c 		*pevent = &disp->uevent;
pevent            247 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c 		    struct nvkm_event **pevent)
pevent            251 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c 		return chan->func->ntfy(chan, type, pevent);
pevent             35 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c 		   struct nvkm_event **pevent)
pevent             39 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c 		*pevent = &chan->fifo->uevent;
pevent             37 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c 		     struct nvkm_event **pevent)
pevent             41 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c 		*pevent = &chan->fifo->uevent;
pevent             44 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c 		*pevent = &chan->fifo->kevent;
pevent             40 drivers/gpu/drm/nouveau/nvkm/engine/sw/nvsw.c 		struct nvkm_event **pevent)
pevent             45 drivers/gpu/drm/nouveau/nvkm/engine/sw/nvsw.c 		*pevent = &nvsw->chan->event;
pevent             44 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c 		 struct nvkm_event **pevent)
pevent             48 drivers/gpu/drm/nouveau/nvkm/subdev/fault/user.c 		*pevent = &buffer->fault->event;
pevent             27 drivers/net/wireless/rsi/rsi_common.h static inline int rsi_init_event(struct rsi_event *pevent)
pevent             29 drivers/net/wireless/rsi/rsi_common.h 	atomic_set(&pevent->event_condition, 1);
pevent             30 drivers/net/wireless/rsi/rsi_common.h 	init_waitqueue_head(&pevent->event_queue);
pevent             77 drivers/oprofile/oprofile_perf.c 	struct perf_event *pevent;
pevent             82 drivers/oprofile/oprofile_perf.c 	pevent = perf_event_create_kernel_counter(&counter_config[event].attr,
pevent             86 drivers/oprofile/oprofile_perf.c 	if (IS_ERR(pevent))
pevent             87 drivers/oprofile/oprofile_perf.c 		return PTR_ERR(pevent);
pevent             89 drivers/oprofile/oprofile_perf.c 	if (pevent->state != PERF_EVENT_STATE_ACTIVE) {
pevent             90 drivers/oprofile/oprofile_perf.c 		perf_event_release_kernel(pevent);
pevent             96 drivers/oprofile/oprofile_perf.c 	per_cpu(perf_events, cpu)[event] = pevent;
pevent            103 drivers/oprofile/oprofile_perf.c 	struct perf_event *pevent = per_cpu(perf_events, cpu)[event];
pevent            105 drivers/oprofile/oprofile_perf.c 	if (pevent) {
pevent            106 drivers/oprofile/oprofile_perf.c 		perf_event_release_kernel(pevent);
pevent           2201 drivers/scsi/bfa/bfa_svc.c 	struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event;
pevent           2217 drivers/scsi/bfa/bfa_svc.c 				pevent->link_state.attr.vc_fcf.fcf.fipenabled);
pevent           2219 drivers/scsi/bfa/bfa_svc.c 				pevent->link_state.attr.vc_fcf.fcf.fipfailed);
pevent           2221 drivers/scsi/bfa/bfa_svc.c 			if (pevent->link_state.attr.vc_fcf.fcf.fipfailed)
pevent           3102 drivers/scsi/bfa/bfa_svc.c 	struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event;
pevent           3105 drivers/scsi/bfa/bfa_svc.c 	fcport->speed = pevent->link_state.speed;
pevent           3106 drivers/scsi/bfa/bfa_svc.c 	fcport->topology = pevent->link_state.topology;
pevent           3110 drivers/scsi/bfa/bfa_svc.c 				&pevent->link_state.attr.loop_info);
pevent           3115 drivers/scsi/bfa/bfa_svc.c 	fcport->qos_attr = pevent->link_state.qos_attr;
pevent           3116 drivers/scsi/bfa/bfa_svc.c 	fcport->qos_vc_attr = pevent->link_state.attr.vc_fcf.qos_vc_attr;
pevent           3119 drivers/scsi/bfa/bfa_svc.c 		fcport->bbcr_attr = pevent->link_state.attr.bbcr_attr;
pevent           3121 drivers/scsi/bfa/bfa_svc.c 	fcport->fec_state = pevent->link_state.fec_state;
pevent           3131 drivers/scsi/bfa/bfa_svc.c 		be16_to_cpu(pevent->link_state.attr.vc_fcf.fcf.vlan);
pevent            309 fs/notify/fanotify/fanotify.c 		struct fanotify_perm_event *pevent;
pevent            311 fs/notify/fanotify/fanotify.c 		pevent = kmem_cache_alloc(fanotify_perm_event_cachep, gfp);
pevent            312 fs/notify/fanotify/fanotify.c 		if (!pevent)
pevent            314 fs/notify/fanotify/fanotify.c 		event = &pevent->fae;
pevent            315 fs/notify/fanotify/fanotify.c 		pevent->response = 0;
pevent            316 fs/notify/fanotify/fanotify.c 		pevent->state = FAN_EVENT_INIT;
pevent           1460 kernel/trace/trace_kprobe.c 	const char *pevent = trace_event_name(event->tp_event);
pevent           1465 kernel/trace/trace_kprobe.c 		tk = find_trace_kprobe(pevent, group);
pevent            229 kernel/trace/trace_probe.c int traceprobe_parse_event_name(const char **pevent, const char **pgroup,
pevent            232 kernel/trace/trace_probe.c 	const char *slash, *event = *pevent;
pevent            251 kernel/trace/trace_probe.c 		*pevent = slash + 1;
pevent            253 kernel/trace/trace_probe.c 		event = *pevent;
pevent            375 kernel/trace/trace_probe.h int traceprobe_parse_event_name(const char **pevent, const char **pgroup,
pevent           1401 kernel/trace/trace_uprobe.c 	const char *pevent = trace_event_name(event->tp_event);
pevent           1406 kernel/trace/trace_uprobe.c 		tu = find_probe_event(pevent, group);
pevent           1465 tools/perf/builtin-report.c 	if (session->tevent.pevent &&
pevent           1466 tools/perf/builtin-report.c 	    tep_set_function_resolver(session->tevent.pevent,
pevent           3803 tools/perf/builtin-script.c 	if (session->tevent.pevent &&
pevent           3804 tools/perf/builtin-script.c 	    tep_set_function_resolver(session->tevent.pevent,
pevent           3848 tools/perf/builtin-script.c 		err = scripting_ops->generate_script(session->tevent.pevent,
pevent           3485 tools/perf/util/header.c 						struct tep_handle *pevent)
pevent           3494 tools/perf/util/header.c 	if (pevent == NULL) {
pevent           3499 tools/perf/util/header.c 	event = tep_find_event(pevent, evsel->core.attr.config);
pevent           3517 tools/perf/util/header.c 						  struct tep_handle *pevent)
pevent           3523 tools/perf/util/header.c 		    perf_evsel__prepare_tracepoint_event(pos, pevent))
pevent           3625 tools/perf/util/header.c 						   session->tevent.pevent))
pevent           3837 tools/perf/util/header.c 					       session->tevent.pevent);
pevent            138 tools/perf/util/python.c static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent)
pevent            146 tools/perf/util/python.c 		     pevent->event.mmap.pid, pevent->event.mmap.tid,
pevent            147 tools/perf/util/python.c 		     pevent->event.mmap.start, pevent->event.mmap.len,
pevent            148 tools/perf/util/python.c 		     pevent->event.mmap.pgoff, pevent->event.mmap.filename) < 0) {
pevent            180 tools/perf/util/python.c static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent)
pevent            184 tools/perf/util/python.c 				   pevent->event.header.type == PERF_RECORD_FORK ? "fork" : "exit",
pevent            185 tools/perf/util/python.c 				   pevent->event.fork.pid,
pevent            186 tools/perf/util/python.c 				   pevent->event.fork.ppid,
pevent            187 tools/perf/util/python.c 				   pevent->event.fork.tid,
pevent            188 tools/perf/util/python.c 				   pevent->event.fork.ptid,
pevent            189 tools/perf/util/python.c 				   pevent->event.fork.time);
pevent            213 tools/perf/util/python.c static PyObject *pyrf_comm_event__repr(struct pyrf_event *pevent)
pevent            216 tools/perf/util/python.c 				   pevent->event.comm.pid,
pevent            217 tools/perf/util/python.c 				   pevent->event.comm.tid,
pevent            218 tools/perf/util/python.c 				   pevent->event.comm.comm);
pevent            242 tools/perf/util/python.c static PyObject *pyrf_throttle_event__repr(struct pyrf_event *pevent)
pevent            244 tools/perf/util/python.c 	struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1);
pevent            248 tools/perf/util/python.c 				   pevent->event.header.type == PERF_RECORD_THROTTLE ? "" : "un",
pevent            271 tools/perf/util/python.c static PyObject *pyrf_lost_event__repr(struct pyrf_event *pevent)
pevent            278 tools/perf/util/python.c 		     pevent->event.lost.id, pevent->event.lost.lost) < 0) {
pevent            306 tools/perf/util/python.c static PyObject *pyrf_read_event__repr(struct pyrf_event *pevent)
pevent            309 tools/perf/util/python.c 				   pevent->event.read.pid,
pevent            310 tools/perf/util/python.c 				   pevent->event.read.tid);
pevent            335 tools/perf/util/python.c static PyObject *pyrf_sample_event__repr(struct pyrf_event *pevent)
pevent            349 tools/perf/util/python.c static bool is_tracepoint(struct pyrf_event *pevent)
pevent            351 tools/perf/util/python.c 	return pevent->evsel->core.attr.type == PERF_TYPE_TRACEPOINT;
pevent            357 tools/perf/util/python.c 	struct tep_handle *pevent = field->event->tep;
pevent            367 tools/perf/util/python.c 			val     = tep_read_number(pevent, data + offset, len);
pevent            380 tools/perf/util/python.c 		val = tep_read_number(pevent, data + field->offset,
pevent            394 tools/perf/util/python.c get_tracepoint_field(struct pyrf_event *pevent, PyObject *attr_name)
pevent            397 tools/perf/util/python.c 	struct evsel *evsel = pevent->evsel;
pevent            414 tools/perf/util/python.c 	return tracepoint_field(pevent, field);
pevent            418 tools/perf/util/python.c pyrf_sample_event__getattro(struct pyrf_event *pevent, PyObject *attr_name)
pevent            422 tools/perf/util/python.c 	if (is_tracepoint(pevent))
pevent            423 tools/perf/util/python.c 		obj = get_tracepoint_field(pevent, attr_name);
pevent            425 tools/perf/util/python.c 	return obj ?: PyObject_GenericGetAttr((PyObject *) pevent, attr_name);
pevent            449 tools/perf/util/python.c static PyObject *pyrf_context_switch_event__repr(struct pyrf_event *pevent)
pevent            455 tools/perf/util/python.c 		     pevent->event.context_switch.next_prev_pid,
pevent            456 tools/perf/util/python.c 		     pevent->event.context_switch.next_prev_tid,
pevent            457 tools/perf/util/python.c 		     !!(pevent->event.header.misc & PERF_RECORD_MISC_SWITCH_OUT)) < 0) {
pevent            531 tools/perf/util/python.c 	struct pyrf_event *pevent;
pevent            541 tools/perf/util/python.c 	pevent = PyObject_New(struct pyrf_event, ptype);
pevent            542 tools/perf/util/python.c 	if (pevent != NULL)
pevent            543 tools/perf/util/python.c 		memcpy(&pevent->event, event, event->header.size);
pevent            544 tools/perf/util/python.c 	return (PyObject *)pevent;
pevent           1031 tools/perf/util/python.c 		struct pyrf_event *pevent = (struct pyrf_event *)pyevent;
pevent           1043 tools/perf/util/python.c 		pevent->evsel = evsel;
pevent           1045 tools/perf/util/python.c 		err = perf_evsel__parse_sample(evsel, event, &pevent->sample);
pevent            375 tools/perf/util/scripting-engines/trace-event-perl.c 	scripting_context->pevent = evsel->tp_format->tep;
pevent            540 tools/perf/util/scripting-engines/trace-event-perl.c static int perl_generate_script(struct tep_handle *pevent, const char *outfile)
pevent            607 tools/perf/util/scripting-engines/trace-event-perl.c 	nr_events = tep_get_events_count(pevent);
pevent            608 tools/perf/util/scripting-engines/trace-event-perl.c 	all_events = tep_list_events(pevent, TEP_EVENT_SORT_ID);
pevent            842 tools/perf/util/scripting-engines/trace-event-python.c 	scripting_context->pevent = evsel->tp_format->tep;
pevent            877 tools/perf/util/scripting-engines/trace-event-python.c 				val     = tep_read_number(scripting_context->pevent,
pevent           1688 tools/perf/util/scripting-engines/trace-event-python.c static int python_generate_script(struct tep_handle *pevent, const char *outfile)
pevent           1739 tools/perf/util/scripting-engines/trace-event-python.c 	nr_events = tep_get_events_count(pevent);
pevent           1740 tools/perf/util/scripting-engines/trace-event-python.c 	all_events = tep_list_events(pevent, TEP_EVENT_SORT_ID);
pevent             18 tools/perf/util/trace-event-parse.c 	struct tep_handle *pevent = context->pevent;
pevent             24 tools/perf/util/trace-event-parse.c 		event = tep_get_first_event(pevent);
pevent             35 tools/perf/util/trace-event-parse.c 	return tep_read_number(pevent, context->event_data + *offset, *size);
pevent            123 tools/perf/util/trace-event-parse.c void parse_ftrace_printk(struct tep_handle *pevent,
pevent            144 tools/perf/util/trace-event-parse.c 		tep_register_print_string(pevent, printk, addr);
pevent            149 tools/perf/util/trace-event-parse.c void parse_saved_cmdline(struct tep_handle *pevent,
pevent            160 tools/perf/util/trace-event-parse.c 			tep_register_comm(pevent, comm, pid);
pevent            165 tools/perf/util/trace-event-parse.c int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
pevent            167 tools/perf/util/trace-event-parse.c 	return tep_parse_event(pevent, buf, size, "ftrace");
pevent            170 tools/perf/util/trace-event-parse.c int parse_event_file(struct tep_handle *pevent,
pevent            173 tools/perf/util/trace-event-parse.c 	return tep_parse_event(pevent, buf, size, sys);
pevent             81 tools/perf/util/trace-event-read.c static unsigned int read4(struct tep_handle *pevent)
pevent             87 tools/perf/util/trace-event-read.c 	return tep_read_number(pevent, &data, 4);
pevent             90 tools/perf/util/trace-event-read.c static unsigned long long read8(struct tep_handle *pevent)
pevent             96 tools/perf/util/trace-event-read.c 	return tep_read_number(pevent, &data, 8);
pevent            143 tools/perf/util/trace-event-read.c static int read_proc_kallsyms(struct tep_handle *pevent)
pevent            147 tools/perf/util/trace-event-read.c 	size = read4(pevent);
pevent            166 tools/perf/util/trace-event-read.c static int read_ftrace_printk(struct tep_handle *pevent)
pevent            172 tools/perf/util/trace-event-read.c 	size = read4(pevent);
pevent            187 tools/perf/util/trace-event-read.c 	parse_ftrace_printk(pevent, buf, size);
pevent            193 tools/perf/util/trace-event-read.c static int read_header_files(struct tep_handle *pevent)
pevent            208 tools/perf/util/trace-event-read.c 	size = read8(pevent);
pevent            220 tools/perf/util/trace-event-read.c 	if (!tep_parse_header_page(pevent, header_page, size,
pevent            221 tools/perf/util/trace-event-read.c 				   tep_get_long_size(pevent))) {
pevent            226 tools/perf/util/trace-event-read.c 		tep_set_long_size(pevent, tep_get_header_page_size(pevent));
pevent            238 tools/perf/util/trace-event-read.c 	size = read8(pevent);
pevent            244 tools/perf/util/trace-event-read.c static int read_ftrace_file(struct tep_handle *pevent, unsigned long long size)
pevent            261 tools/perf/util/trace-event-read.c 	ret = parse_ftrace_file(pevent, buf, size);
pevent            269 tools/perf/util/trace-event-read.c static int read_event_file(struct tep_handle *pevent, char *sys,
pevent            285 tools/perf/util/trace-event-read.c 	ret = parse_event_file(pevent, buf, size, sys);
pevent            293 tools/perf/util/trace-event-read.c static int read_ftrace_files(struct tep_handle *pevent)
pevent            300 tools/perf/util/trace-event-read.c 	count = read4(pevent);
pevent            303 tools/perf/util/trace-event-read.c 		size = read8(pevent);
pevent            304 tools/perf/util/trace-event-read.c 		ret = read_ftrace_file(pevent, size);
pevent            311 tools/perf/util/trace-event-read.c static int read_event_files(struct tep_handle *pevent)
pevent            320 tools/perf/util/trace-event-read.c 	systems = read4(pevent);
pevent            327 tools/perf/util/trace-event-read.c 		count = read4(pevent);
pevent            330 tools/perf/util/trace-event-read.c 			size = read8(pevent);
pevent            331 tools/perf/util/trace-event-read.c 			ret = read_event_file(pevent, sys, size);
pevent            342 tools/perf/util/trace-event-read.c static int read_saved_cmdline(struct tep_handle *pevent)
pevent            349 tools/perf/util/trace-event-read.c 	size = read8(pevent);
pevent            365 tools/perf/util/trace-event-read.c 	parse_saved_cmdline(pevent, buf, size);
pevent            385 tools/perf/util/trace-event-read.c 	struct tep_handle *pevent = NULL;
pevent            423 tools/perf/util/trace-event-read.c 	pevent = tevent->pevent;
pevent            425 tools/perf/util/trace-event-read.c 	tep_set_flag(pevent, TEP_NSEC_OUTPUT);
pevent            426 tools/perf/util/trace-event-read.c 	tep_set_file_bigendian(pevent, file_bigendian);
pevent            427 tools/perf/util/trace-event-read.c 	tep_set_local_bigendian(pevent, host_bigendian);
pevent            433 tools/perf/util/trace-event-read.c 	file_page_size = read4(pevent);
pevent            437 tools/perf/util/trace-event-read.c 	tep_set_long_size(pevent, file_long_size);
pevent            438 tools/perf/util/trace-event-read.c 	tep_set_page_size(pevent, file_page_size);
pevent            440 tools/perf/util/trace-event-read.c 	err = read_header_files(pevent);
pevent            443 tools/perf/util/trace-event-read.c 	err = read_ftrace_files(pevent);
pevent            446 tools/perf/util/trace-event-read.c 	err = read_event_files(pevent);
pevent            449 tools/perf/util/trace-event-read.c 	err = read_proc_kallsyms(pevent);
pevent            452 tools/perf/util/trace-event-read.c 	err = read_ftrace_printk(pevent);
pevent            456 tools/perf/util/trace-event-read.c 		err = read_saved_cmdline(pevent);
pevent            465 tools/perf/util/trace-event-read.c 		tep_print_funcs(pevent);
pevent            467 tools/perf/util/trace-event-read.c 		tep_print_printk(pevent);
pevent            470 tools/perf/util/trace-event-read.c 	pevent = NULL;
pevent            473 tools/perf/util/trace-event-read.c 	if (pevent)
pevent             54 tools/perf/util/trace-event-scripting.c static int python_generate_script_unsupported(struct tep_handle *pevent
pevent            118 tools/perf/util/trace-event-scripting.c static int perl_generate_script_unsupported(struct tep_handle *pevent
pevent             30 tools/perf/util/trace-event.c 	struct tep_handle *pevent = tep_alloc();
pevent             32 tools/perf/util/trace-event.c 	if (pevent) {
pevent             33 tools/perf/util/trace-event.c 		t->plugin_list = tep_load_plugins(pevent);
pevent             34 tools/perf/util/trace-event.c 		t->pevent  = pevent;
pevent             37 tools/perf/util/trace-event.c 	return pevent ? 0 : -1;
pevent             43 tools/perf/util/trace-event.c 	struct tep_handle *pevent;
pevent             48 tools/perf/util/trace-event.c 	pevent = tevent.pevent;
pevent             49 tools/perf/util/trace-event.c 	tep_set_flag(pevent, TEP_NSEC_OUTPUT);
pevent             50 tools/perf/util/trace-event.c 	tep_set_file_bigendian(pevent, be);
pevent             51 tools/perf/util/trace-event.c 	tep_set_local_bigendian(pevent, be);
pevent             62 tools/perf/util/trace-event.c 	return tep_set_function_resolver(tevent.pevent, func, machine);
pevent             67 tools/perf/util/trace-event.c 	tep_unload_plugins(t->plugin_list, t->pevent);
pevent             68 tools/perf/util/trace-event.c 	tep_free(t->pevent);
pevent             78 tools/perf/util/trace-event.c 	struct tep_handle *pevent = tevent.pevent;
pevent             95 tools/perf/util/trace-event.c 	tep_parse_format(pevent, &event, data, size, sys);
pevent            118 tools/perf/util/trace-event.c 	return tep_find_event(tevent.pevent, id);
pevent             16 tools/perf/util/trace-event.h 	struct tep_handle	*pevent;
pevent             37 tools/perf/util/trace-event.h int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size);
pevent             38 tools/perf/util/trace-event.h int parse_event_file(struct tep_handle *pevent,
pevent             44 tools/perf/util/trace-event.h void parse_proc_kallsyms(struct tep_handle *pevent, char *file, unsigned int size);
pevent             45 tools/perf/util/trace-event.h void parse_ftrace_printk(struct tep_handle *pevent, char *file, unsigned int size);
pevent             46 tools/perf/util/trace-event.h void parse_saved_cmdline(struct tep_handle *pevent, char *file, unsigned int size);
pevent             87 tools/perf/util/trace-event.h 	int (*generate_script) (struct tep_handle *pevent, const char *outfile);
pevent             98 tools/perf/util/trace-event.h 	struct tep_handle *pevent;