Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.c235 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() argument
240 clear_probe_trace_event(tevs + i); in clear_probe_trace_events()
716 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events() argument
731 ret = post_process_probe_trace_point(&tevs[i].point, in post_process_offline_probe_trace_events()
741 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() argument
757 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
758 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()
759 if (!tevs[i].point.module) { in add_exec_to_probe_trace_events()
763 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()
770 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events() argument
[all …]
H A Dprobe-finder.h46 struct probe_trace_event **tevs);
99 struct probe_trace_event *tevs; /* Found trace events */ member
H A Dprobe-file.h53 struct probe_trace_event **tevs);
58 struct probe_trace_event *tevs, int ntevs);
H A Dprobe-finder.c1336 if (tf->pf.addr == tf->tevs[i].point.address) in trace_event_finder_overlap()
1366 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event()
1421 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg() argument
1433 if (tevs[j].args[i].value) { in fill_empty_trace_arg()
1434 type = tevs[j].args[i].type; in fill_empty_trace_arg()
1443 valp = &tevs[j].args[i].value; in fill_empty_trace_arg()
1452 tevs[j].args[i].type = strdup(type); in fill_empty_trace_arg()
1453 if (!tevs[j].args[i].type) in fill_empty_trace_arg()
1464 struct probe_trace_event **tevs) in debuginfo__find_trace_events() argument
1472 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()
[all …]
H A 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()
657 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry() argument
663 if (!pcache || !pev || !tevs || ntevs <= 0) { in probe_cache__add_entry()
681 if (!tevs[i].point.symbol) in probe_cache__add_entry()
684 command = synthesize_probe_trace_command(&tevs[i]); in probe_cache__add_entry()
H A Dbpf-loader.c443 tev = &pev->tevs[i]; in preproc_gen_prologue()
538 ptevs[i] = &pev->tevs[i]; in map_prologue()
546 n = ptevs[i] - pev->tevs; in map_prologue()
585 struct probe_trace_event *tev = &pev->tevs[i]; in hook_load_preprocessor()
700 struct probe_trace_event *tev = &priv->pev.tevs[i]; in bpf__unprobe()
771 tev = &pev->tevs[i]; in bpf__foreach_event()
H A Dprobe-event.h102 struct probe_trace_event *tevs; member
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dsym-handling.c132 tev = &pev->tevs[i]; in arch__post_process_probe_trace_events()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-probe.c366 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events()