Searched refs:tp_cat (Results 1 – 1 of 1) sorted by relevance
9507 char *sec_name, *tp_cat, *tp_name; in attach_tp() local9515 tp_cat = sec_name + sec->len; in attach_tp()9516 tp_name = strchr(tp_cat, '/'); in attach_tp()9524 link = bpf_program__attach_tracepoint(prog, tp_cat, tp_name); in attach_tp()