Searched refs:entry_str (Results 1 – 1 of 1) sorted by relevance
1538 char *entry_str; member1612 zfree(&ttrace->entry_str); in thread_trace__delete()1809 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()2710 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str); in trace__printf_interrupted_entry()2806 if (ttrace->entry_str == NULL) { in trace__sys_enter()2807 ttrace->entry_str = malloc(trace__entry_str_size); in trace__sys_enter()2808 if (!ttrace->entry_str) in trace__sys_enter()2827 msg = ttrace->entry_str; in trace__sys_enter()2838 printed = fprintf(trace->output, "%s)", ttrace->entry_str); in trace__sys_enter()2985 printed = fprintf(trace->output, "%s", ttrace->entry_str); in trace__sys_exit()[all …]