Searched refs:ntevs (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 264 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events() argument 268 for (i = 0; i < ntevs; i++) in clear_probe_trace_events() 751 int ntevs, const char *pathname) in post_process_offline_probe_trace_events() argument 764 for (i = 0; i < ntevs; i++) { in post_process_offline_probe_trace_events() 776 int ntevs, const char *exec, in add_exec_to_probe_trace_events() argument 789 for (i = 0; i < ntevs && ret >= 0; i++) { in add_exec_to_probe_trace_events() 805 int ntevs, const char *module, in post_process_module_probe_trace_events() argument 823 for (i = 0; i < ntevs; i++) { in post_process_module_probe_trace_events() 844 int ntevs) in post_process_kernel_probe_trace_events() argument 853 return post_process_offline_probe_trace_events(tevs, ntevs, in post_process_kernel_probe_trace_events() [all …]
|
| H A D | probe-finder.c | 1257 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 = 0; in debuginfo__find_trace_events() [all …]
|
| H A D | probe-file.c | 673 struct probe_trace_event *tevs, int ntevs) in probe_cache__add_entry() argument 679 if (!pcache || !pev || !tevs || ntevs <= 0) { in probe_cache__add_entry() 696 for (i = 0; i < ntevs; i++) { in probe_cache__add_entry() 712 pr_debug("Added probe cache: %d\n", ntevs); in probe_cache__add_entry()
|
| /linux/tools/perf/arch/powerpc/util/ |
| H A D | sym-handling.c | 119 int ntevs) in arch__post_process_probe_trace_events() argument 131 for (i = 0; i < ntevs; i++) { in arch__post_process_probe_trace_events()
|