Searched refs:tev (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c79 struct probe_trace_event *tev, struct map *map,
108 tev->point.offset += PPC64LE_LEP_OFFSET;
111 tev->point.address += lep_offset;
113 tev->point.offset += lep_offset;
121 struct probe_trace_event *tev; local
132 tev = &pev->tevs[i];
134 if (map__unmap_ip(map, sym->start) == tev->point.address) {
135 arch__fix_tev_from_maps(pev, tev, map, sym);
78 arch__fix_tev_from_maps(struct perf_probe_event *pev, struct probe_trace_event *tev, struct map *map, struct symbol *sym) argument
/linux-master/tools/perf/util/
H A Dprobe-event.c1858 int parse_probe_trace_command(const char *cmd, struct probe_trace_event *tev) argument
1860 struct probe_trace_point *tp = &tev->point;
1894 tev->group = strdup(fmt2_str);
1895 tev->event = strdup(fmt3_str);
1896 if (tev->group == NULL || tev->event == NULL) {
1900 pr_debug("Group:%s Event:%s probe:%c\n", tev->group, tev->event, pr);
1912 tev->uprobes = (tp->module[0] == '/');
1955 if (tev
2162 synthesize_probe_trace_args(struct probe_trace_event *tev, struct strbuf *buf) argument
2213 synthesize_probe_trace_command(struct probe_trace_event *tev) argument
2316 convert_to_perf_probe_event(struct probe_trace_event *tev, struct perf_probe_event *pev, bool is_kprobe) argument
2456 clear_probe_trace_event(struct probe_trace_event *tev) argument
2651 filter_probe_trace_event(struct probe_trace_event *tev, struct strfilter *filter) argument
2670 struct probe_trace_event tev; local
2805 warn_uprobe_event_compat(struct probe_trace_event *tev) argument
2838 probe_trace_event__set_name(struct probe_trace_event *tev, struct perf_probe_event *pev, struct strlist *namelist, bool allow_suffix) argument
2915 struct probe_trace_event *tev = NULL; local
3051 struct probe_trace_event *tev; local
3224 struct probe_trace_event *tev; local
3450 struct probe_trace_event *tev; local
3558 show_probe_trace_event(struct probe_trace_event *tev) argument
3577 struct probe_trace_event *tev; local
3604 show_bootconfig_event(struct probe_trace_event *tev) argument
3632 struct probe_trace_event *tev; local
[all...]
H A Dprobe-event.h134 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,
H A Dprobe-file.c224 struct probe_trace_event tev; local
227 memset(&tev, 0, sizeof(tev));
233 ret = parse_probe_trace_command(ent->s, &tev);
237 ret = e_snprintf(buf, 128, "%s:%s", tev.group,
238 tev.event);
242 ret = strlist__add(sl, tev.event);
243 clear_probe_trace_event(&tev);
265 int probe_file__add_event(int fd, struct probe_trace_event *tev) argument
268 char *buf = synthesize_probe_trace_command(tev);
427 struct probe_trace_event *tev; local
[all...]
H A Dprobe-file.h45 int probe_file__add_event(int fd, struct probe_trace_event *tev);
H A Dprobe-finder.c1246 struct probe_trace_event *tev; local
1264 tev = &tf->tevs[tf->ntevs++];
1268 pp->retprobe, pp->function, &tev->point);
1272 tev->point.realname = strdup(dwarf_diename(sc_die));
1273 if (!tev->point.realname) {
1278 pr_debug("Probe point found: %s+%lu\n", tev->point.symbol,
1279 tev->point.offset);
1292 tev->nargs = ret;
1293 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev
[all...]
/linux-master/tools/perf/
H A Dbuiltin-probe.c378 struct probe_trace_event *tev = &pev->tevs[k]; local
380 if (!tev->event)
383 /* We use tev's name for showing new events */
384 show_perf_probe_event(tev->group, tev->event, pev,
385 tev->point.module, false);
388 event = tev->event;
389 group = tev->group;

Completed in 227 milliseconds