Searched refs:tp_category (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
D | libbpf.h | 614 const char *tp_category, 618 const char *tp_category,
|
D | libbpf.c | 11511 static int determine_tracepoint_id(const char *tp_category, argument 11518 tracefs_path(), tp_category, tp_name); 11523 tp_category, tp_name); 11529 static int perf_event_open_tracepoint(const char *tp_category, argument 11537 tp_id = determine_tracepoint_id(tp_category, tp_name); 11540 tp_category, tp_name, 11555 tp_category, tp_name, 11563 const char *tp_category, argument 11577 pfd = perf_event_open_tracepoint(tp_category, tp_name); 11580 prog->name, tp_category, tp_name, [all …]
|