Searched defs:ntevs (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dprobe-event.h91 int ntevs; member in struct:perf_probe_event
H A Dprobe-finder.h90 int ntevs; /* Number of trace events */ member in struct:trace_event_finder
H A Dprobe-event.c240 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) clear_probe_trace_events() argument
669 int ntevs, ret = 0; try_to_find_probe_trace_events() local
555 add_exec_to_probe_trace_events(struct probe_trace_event *tevs, int ntevs, const char *exec) add_exec_to_probe_trace_events() argument
582 add_module_to_probe_trace_events(struct probe_trace_event *tevs, int ntevs, const char *module) add_module_to_probe_trace_events() argument
616 post_process_probe_trace_events(struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe) post_process_probe_trace_events() argument
2418 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) __add_probe_trace_events() argument

Completed in 90 milliseconds