Searched refs:TP_PATH_LEN (Results 1 – 1 of 1) sorted by relevance
234 #define TP_PATH_LEN (MAX_EVENT_LENGTH * 2 + 1) macro237 static char buf[TP_PATH_LEN]; in tracepoint_id_to_name()242 snprintf(buf, TP_PATH_LEN, "%s:%s", path->system, path->name); in tracepoint_id_to_name()247 snprintf(buf, TP_PATH_LEN, "%s:%s", "unknown", "unknown"); in tracepoint_id_to_name()