Searched refs:tevs (Results 1 – 4 of 4) sorted by relevance
264 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() argument269 clear_probe_trace_event(tevs + i); in clear_probe_trace_events()750 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, in post_process_offline_probe_trace_events() argument765 ret = post_process_probe_trace_point(&tevs[i].point, in post_process_offline_probe_trace_events()775 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events() argument791 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()792 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()793 if (!tevs[i].point.module) { in add_exec_to_probe_trace_events()797 tevs[i].uprobes = true; in add_exec_to_probe_trace_events()804 post_process_module_probe_trace_events(struct probe_trace_event *tevs, in post_process_module_probe_trace_events() argument[all …]
1258 if (tf->pf.addr == tf->tevs[i].point.address) in trace_event_finder_overlap()1288 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event()1345 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg() argument1357 if (tevs[j].args[i].value) { in fill_empty_trace_arg()1358 type = tevs[j].args[i].type; in fill_empty_trace_arg()1367 valp = &tevs[j].args[i].value; in fill_empty_trace_arg()1376 tevs[j].args[i].type = strdup(type); in fill_empty_trace_arg()1377 if (!tevs[j].args[i].type) in fill_empty_trace_arg()1388 struct probe_trace_event **tevs) in debuginfo__find_trace_events() argument1396 *tevs = zalloc(sizeof(struct probe_trace_event) * tf.max_tevs); in debuginfo__find_trace_events()[all …]
406 struct probe_trace_event **tevs) in probe_cache_entry__get_event() argument416 *tevs = zalloc(ret * sizeof(*tev)); in probe_cache_entry__get_event()417 if (!*tevs) in probe_cache_entry__get_event()422 tev = &(*tevs)[i++]; in probe_cache_entry__get_event()673 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry() argument679 if (!pcache || !pev || !tevs || ntevs <= 0) { in probe_cache__add_entry()697 if (!tevs[i].point.symbol) in probe_cache__add_entry()700 command = synthesize_probe_trace_command(&tevs[i]); in probe_cache__add_entry()
132 tev = &pev->tevs[i]; in arch__post_process_probe_trace_events()