Searched defs:tevs (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-event.h103 struct probe_trace_event *tevs; member in struct:perf_probe_event
H A Dprobe-finder.h82 struct probe_trace_event *tevs; /* Found trace events */ member in struct:trace_event_finder
H A Dprobe-file.c424 probe_cache_entry__get_event(struct probe_cache_entry *entry, struct probe_trace_event **tevs) argument
690 probe_cache__add_entry(struct probe_cache *pcache, struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) argument
H A Dprobe-finder.c1318 fill_empty_trace_arg(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) argument
1360 debuginfo__find_trace_events(struct debuginfo *dbg, struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
[all...]
H A Dprobe-event.c257 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) argument
743 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, argument
768 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, argument
797 post_process_module_probe_trace_events(struct probe_trace_event *tevs, argument
836 post_process_kernel_probe_trace_events(struct probe_trace_event *tevs, int ntevs) argument
897 post_process_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe, struct debuginfo *dinfo) argument
921 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
2910 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) argument
3044 find_probe_trace_events_from_map(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3220 try_to_find_absolute_address(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3323 concat_probe_trace_events(struct probe_trace_event **tevs, int *ntevs, struct probe_trace_event **tevs2, int ntevs2) argument
3361 find_cached_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, const char *target) argument
3404 find_cached_events_all(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3445 find_probe_trace_events_from_cache(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3502 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
[all...]

Completed in 165 milliseconds