Searched refs:tev (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| A D | probe-event.c | 1896 if (tev->group == NULL || tev->event == NULL) { in parse_probe_trace_command() 1976 if (tev->args[i].name == NULL || tev->args[i].value == NULL) { in parse_probe_trace_command() 2224 tev->group, tev->event) < 0) in synthesize_probe_trace_command() 2478 tev->nargs = 0; in clear_probe_trace_event() 2661 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event() 2675 memset(&tev, 0, sizeof(tev)); in __show_perf_probe_events() 2814 tev->group, tev->event); in warn_uprobe_event_compat() 2818 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat() 2878 if (tev->event == NULL || tev->group == NULL) in probe_trace_event__set_name() 3243 tev = *tevs; in try_to_find_absolute_address() [all …]
|
| A D | probe-event.h | 134 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev); 138 char *synthesize_probe_trace_command(struct probe_trace_event *tev); 151 void clear_probe_trace_event(struct probe_trace_event *tev); 184 struct probe_trace_event *tev, struct map *map,
|
| A D | probe-file.c | 224 struct probe_trace_event tev; in __probe_file__get_namelist() local 227 memset(&tev, 0, sizeof(tev)); in __probe_file__get_namelist() 233 ret = parse_probe_trace_command(ent->s, &tev); in __probe_file__get_namelist() 237 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in __probe_file__get_namelist() 238 tev.event); in __probe_file__get_namelist() 242 ret = strlist__add(sl, tev.event); in __probe_file__get_namelist() 243 clear_probe_trace_event(&tev); in __probe_file__get_namelist() 427 struct probe_trace_event *tev; in probe_cache_entry__get_event() local 435 *tevs = zalloc(ret * sizeof(*tev)); in probe_cache_entry__get_event() 441 tev = &(*tevs)[i++]; in probe_cache_entry__get_event() [all …]
|
| A D | probe-finder.c | 1244 struct probe_trace_event *tev; in add_probe_trace_event() local 1262 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event() 1266 pp->retprobe, pp->function, &tev->point); in add_probe_trace_event() 1271 if (!tev->point.realname) { in add_probe_trace_event() 1277 tev->point.offset); in add_probe_trace_event() 1290 tev->nargs = ret; in add_probe_trace_event() 1291 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event() 1292 if (tev->args == NULL) { in add_probe_trace_event() 1298 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event() 1300 pf->tvar = &tev->args[i]; in add_probe_trace_event() [all …]
|
| A D | probe-file.h | 45 int probe_file__add_event(int fd, struct probe_trace_event *tev);
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | sym-handling.c | 79 struct probe_trace_event *tev, struct map *map, in arch__fix_tev_from_maps() argument 108 tev->point.offset += PPC64LE_LEP_OFFSET; in arch__fix_tev_from_maps() 111 tev->point.address += lep_offset; in arch__fix_tev_from_maps() 113 tev->point.offset += lep_offset; in arch__fix_tev_from_maps() 121 struct probe_trace_event *tev; in arch__post_process_probe_trace_events() local 132 tev = &pev->tevs[i]; in arch__post_process_probe_trace_events() 134 if (map__unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events() 135 arch__fix_tev_from_maps(pev, tev, map, sym); in arch__post_process_probe_trace_events()
|
| /linux/tools/perf/ |
| A D | builtin-probe.c | 378 struct probe_trace_event *tev = &pev->tevs[k]; in perf_add_probe_events() local 380 if (!tev->event) in perf_add_probe_events() 384 show_perf_probe_event(tev->group, tev->event, pev, in perf_add_probe_events() 385 tev->point.module, false); in perf_add_probe_events() 388 event = tev->event; in perf_add_probe_events() 389 group = tev->group; in perf_add_probe_events()
|
Completed in 25 milliseconds