Searched refs:tev (Results 1 – 7 of 7) sorted by relevance
| /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()
|
| /tools/perf/util/ |
| A D | probe-event.c | 1937 if (tev->group == NULL || tev->event == NULL) { in parse_probe_trace_command() 2017 if (tev->args[i].name == NULL || tev->args[i].value == NULL) { in parse_probe_trace_command() 2265 tev->group, tev->event) < 0) in synthesize_probe_trace_command() 2519 tev->nargs = 0; in clear_probe_trace_event() 2702 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event() 2716 memset(&tev, 0, sizeof(tev)); in __show_perf_probe_events() 2875 tev->group, tev->event); in warn_uprobe_event_compat() 2879 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat() 2949 if (tev->event == NULL || tev->group == NULL) in probe_trace_event__set_name() 3314 tev = *tevs; in try_to_find_absolute_address() [all …]
|
| A D | probe-event.h | 135 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev); 139 char *synthesize_probe_trace_command(struct probe_trace_event *tev); 152 void clear_probe_trace_event(struct probe_trace_event *tev); 182 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() 408 struct probe_trace_event *tev; in probe_cache_entry__get_event() local 416 *tevs = zalloc(ret * sizeof(*tev)); in probe_cache_entry__get_event() 422 tev = &(*tevs)[i++]; in probe_cache_entry__get_event() [all …]
|
| A D | probe-finder.c | 1270 struct probe_trace_event *tev; in add_probe_trace_event() local 1288 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event() 1292 pp->retprobe, pp->function, &tev->point); in add_probe_trace_event() 1297 if (!tev->point.realname) { in add_probe_trace_event() 1305 tev->point.offset); in add_probe_trace_event() 1318 tev->nargs = ret; in add_probe_trace_event() 1319 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event() 1320 if (tev->args == NULL) { in add_probe_trace_event() 1326 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event() 1328 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);
|
| /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 23 milliseconds