Searched refs:pt_path (Results 1 – 2 of 2) sorted by relevance
147 (void)strcpy(pt->pt_path, ""); in perfuse_trace_begin()149 (void)strlcpy(pt->pt_path, in perfuse_trace_begin()151 sizeof(pt->pt_path)); in perfuse_trace_begin()212 const char *quote = pt->pt_path[0] != '\0' ? "\"" : ""; in perfuse_trace_dump()217 quote, pt->pt_path, quote, in perfuse_trace_dump()
51 char pt_path[PERFUSE_TRACEPATH_MAX]; member