Home
last modified time | relevance | path

Searched refs:ntevs (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dprobe-event.c263 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs)
267 for (i = 0; i < ntevs; i++) in clear_probe_trace_events()
750 int ntevs, const char *pathname) in post_process_offline_probe_trace_events()
763 for (i = 0; i < ntevs; i++) { in post_process_offline_probe_trace_events()
775 int ntevs, const char *exec, in add_exec_to_probe_trace_events()
788 for (i = 0; i < ntevs && ret >= 0; i++) { in add_exec_to_probe_trace_events()
804 int ntevs, const char *module, in post_process_module_probe_trace_events()
822 for (i = 0; i < ntevs; i++) { in post_process_module_probe_trace_events()
843 int ntevs) in post_process_kernel_probe_trace_events()
852 return post_process_offline_probe_trace_events(tevs, ntevs, in post_process_kernel_probe_trace_events()
264 clear_probe_trace_events(struct probe_trace_event * tevs,int ntevs) clear_probe_trace_events() argument
751 post_process_offline_probe_trace_events(struct probe_trace_event * tevs,int ntevs,const char * pathname) post_process_offline_probe_trace_events() argument
776 add_exec_to_probe_trace_events(struct probe_trace_event * tevs,int ntevs,const char * exec,struct nsinfo * nsi) add_exec_to_probe_trace_events() argument
805 post_process_module_probe_trace_events(struct probe_trace_event * tevs,int ntevs,const char * module,struct debuginfo * dinfo) post_process_module_probe_trace_events() argument
844 post_process_kernel_probe_trace_events(struct probe_trace_event * tevs,int ntevs) post_process_kernel_probe_trace_events() argument
906 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) post_process_probe_trace_events() argument
934 int ntevs, ret = 0; try_to_find_probe_trace_events() local
2984 __add_probe_trace_events(struct perf_probe_event * pev,struct probe_trace_event * tevs,int ntevs,bool allow_suffix) __add_probe_trace_events() argument
3395 concat_probe_trace_events(struct probe_trace_event ** tevs,int * ntevs,struct probe_trace_event ** tevs2,int ntevs2) concat_probe_trace_events() argument
3440 int ntevs = 0; find_cached_events() local
3483 int ntevs = 0; find_cached_events_all() local
[all...]
H A Dprobe-finder.c1257 for (i = 0; i < tf->ntevs; i++) { in trace_event_finder_overlap()
1283 if (tf->ntevs == tf->max_tevs) { in add_probe_trace_event()
1288 tev = &tf->tevs[tf->ntevs++]; in add_probe_trace_event()
1338 tf->ntevs--; in add_probe_trace_event()
1345 struct probe_trace_event *tevs, int ntevs) in fill_empty_trace_arg() argument
1351 if (!ntevs) in fill_empty_trace_arg()
1356 for (j = 0; j < ntevs; j++) { in fill_empty_trace_arg()
1362 if (j == ntevs) { in fill_empty_trace_arg()
1366 for (j = 0; j < ntevs; j++) { in fill_empty_trace_arg()
1401 tf.ntevs in debuginfo__find_trace_events()
[all...]
H A Dprobe-file.c674 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry() argument
680 if (!pcache || !pev || !tevs || ntevs <= 0) { in probe_cache__add_entry()
697 for (i = 0; i < ntevs; i++) { in probe_cache__add_entry()
713 pr_debug("Added probe cache: %d\n", ntevs); in probe_cache__add_entry()
/linux/tools/perf/arch/powerpc/util/
H A Dsym-handling.c119 int ntevs) in arch__post_process_probe_trace_events() argument
131 for (i = 0; i < ntevs; i++) { in arch__post_process_probe_trace_events()
/linux/tools/perf/
H A Dbuiltin-probe.c370 k += pevs[i].ntevs; in perf_add_probe_events()
376 for (k = 0; k < pev->ntevs; k++) { in perf_add_probe_events()