Searched refs:tevs (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-finder.h32 struct probe_trace_event **tevs);
82 struct probe_trace_event *tevs; /* Found trace events */ member in struct:trace_event_finder
H A Dprobe-file.h53 struct probe_trace_event **tevs);
58 struct probe_trace_event *tevs, int ntevs);
H A Dprobe-event.c257 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) argument
262 clear_probe_trace_event(tevs + i);
743 post_process_offline_probe_trace_events(struct probe_trace_event *tevs, argument
758 ret = post_process_probe_trace_point(&tevs[i].point,
768 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, argument
784 tevs[i].point.address -= stext;
785 tevs[i].point.module = strdup(exec);
786 if (!tevs[i].point.module) {
790 tevs[i].uprobes = true;
797 post_process_module_probe_trace_events(struct probe_trace_event *tevs, argument
836 post_process_kernel_probe_trace_events(struct probe_trace_event *tevs, int ntevs) argument
897 post_process_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, const char *module, bool uprobe, struct debuginfo *dinfo) argument
921 try_to_find_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
2910 __add_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs, bool allow_suffix) argument
3044 find_probe_trace_events_from_map(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3220 try_to_find_absolute_address(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3323 concat_probe_trace_events(struct probe_trace_event **tevs, int *ntevs, struct probe_trace_event **tevs2, int ntevs2) argument
3361 find_cached_events(struct perf_probe_event *pev, struct probe_trace_event **tevs, const char *target) argument
3404 find_cached_events_all(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3445 find_probe_trace_events_from_cache(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
3502 convert_to_probe_trace_events(struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
[all...]
H A Dprobe-finder.c1234 if (tf->pf.addr == tf->tevs[i].point.address)
1258 /* Check number of tevs */
1264 tev = &tf->tevs[tf->ntevs++];
1319 struct probe_trace_event *tevs, int ntevs)
1331 if (tevs[j].args[i].value) {
1332 type = tevs[j].args[i].type;
1341 valp = &tevs[j].args[i].value;
1350 tevs[j].args[i].type = strdup(type);
1351 if (!tevs[j].args[i].type)
1362 struct probe_trace_event **tevs)
1318 fill_empty_trace_arg(struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) argument
1360 debuginfo__find_trace_events(struct debuginfo *dbg, struct perf_probe_event *pev, struct probe_trace_event **tevs) argument
[all...]
H A Dprobe-file.c425 struct probe_trace_event **tevs)
435 *tevs = zalloc(ret * sizeof(*tev));
436 if (!*tevs)
441 tev = &(*tevs)[i++];
692 struct probe_trace_event *tevs, int ntevs)
698 if (!pcache || !pev || !tevs || ntevs <= 0) {
716 if (!tevs[i].point.symbol)
719 command = synthesize_probe_trace_command(&tevs[i]);
424 probe_cache_entry__get_event(struct probe_cache_entry *entry, struct probe_trace_event **tevs) argument
690 probe_cache__add_entry(struct probe_cache *pcache, struct perf_probe_event *pev, struct probe_trace_event *tevs, int ntevs) argument
H A Dprobe-event.h103 struct probe_trace_event *tevs; member in struct:perf_probe_event
/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c132 tev = &pev->tevs[i];
/linux-master/tools/perf/
H A Dbuiltin-probe.c378 struct probe_trace_event *tev = &pev->tevs[k];

Completed in 100 milliseconds