Searched refs:tps (Results 1 – 1 of 1) sorted by relevance
146 while (tps) { in name_in_tp_list()147 if (!strcmp(sys, tps->name)) in name_in_tp_list()149 tps = tps->next; in name_in_tp_list()244 while (tps) { in system_in_tp_list()245 if (!strcmp(sys, tps->system)) in system_in_tp_list()247 tps = tps->next; in system_in_tp_list()394 while (tps) { in put_tracepoints_path()397 tps = tps->next; in put_tracepoints_path()595 struct tracepoint_path *tps; in tracing_data_get() local602 if (!tps) in tracing_data_get()[all …]
Completed in 5 milliseconds