Home
last modified time | relevance | path

Searched refs:tevs (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dprobe-event.c231 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() argument
236 clear_probe_trace_event(tevs + i); in clear_probe_trace_events()
655 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events() argument
670 ret = post_process_probe_trace_point(&tevs[i].point, in post_process_offline_probe_trace_events()
680 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() argument
696 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
697 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()
698 if (!tevs[i].point.module) { in add_exec_to_probe_trace_events()
702 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
709 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events() argument
[all …]
Dprobe-finder.h44 struct probe_trace_event **tevs);
95 struct probe_trace_event *tevs; /* Found trace events */ member
Dprobe-file.h53 struct probe_trace_event **tevs);
58 struct probe_trace_event *tevs, int ntevs);
Dprobe-file.c390 struct probe_trace_event **tevs) in probe_cache_entry__get_event() argument
400 *tevs = zalloc(ret * sizeof(*tev)); in probe_cache_entry__get_event()
401 if (!*tevs) in probe_cache_entry__get_event()
406 tev = &(*tevs)[i++]; in probe_cache_entry__get_event()
653 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry() argument
659 if (!pcache || !pev || !tevs || ntevs <= 0) { in probe_cache__add_entry()
677 if (!tevs[i].point.symbol) in probe_cache__add_entry()
680 command = synthesize_probe_trace_command(&tevs[i]); in probe_cache__add_entry()
Dprobe-finder.c1272 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event()
1329 struct probe_trace_event **tevs) in debuginfo__find_trace_events() argument
1337 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
1338 if (*tevs == NULL) in debuginfo__find_trace_events()
1341 tf.tevs = *tevs; in debuginfo__find_trace_events()
1347 clear_probe_trace_event(&tf.tevs[i]); in debuginfo__find_trace_events()
1348 zfree(tevs); in debuginfo__find_trace_events()
Dbpf-loader.c457 tev = &pev->tevs[i]; in preproc_gen_prologue()
555 ptevs[i] = &pev->tevs[i]; in map_prologue()
563 n = ptevs[i] - pev->tevs; in map_prologue()
602 struct probe_trace_event *tev = &pev->tevs[i]; in hook_load_preprocessor()
717 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe()
788 tev = &pev->tevs[i]; in bpf__foreach_event()
Dprobe-event.h95 struct probe_trace_event *tevs; member
/Linux-v4.19/tools/perf/arch/powerpc/util/
Dsym-handling.c144 tev = &pev->tevs[i]; in arch__post_process_probe_trace_events()
/Linux-v4.19/tools/perf/
Dbuiltin-probe.c378 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()