Lines Matching refs:entry_str
1343 char *entry_str; member
1559 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
1951 printed += fprintf(trace->output, "%-70s) ...\n", ttrace->entry_str); in trace__printf_interrupted_entry()
1979 if (ttrace->entry_str == NULL) { in trace__sys_enter()
1980 ttrace->entry_str = malloc(trace__entry_str_size); in trace__sys_enter()
1981 if (!ttrace->entry_str) in trace__sys_enter()
1989 msg = ttrace->entry_str; in trace__sys_enter()
1998 fprintf(trace->output, "%-70s\n", ttrace->entry_str); in trace__sys_enter()
2061 fprintf(trace->output, "%-70s", ttrace->entry_str); in trace__sys_exit()
2129 entry_str_len = strlen(ttrace->entry_str); in trace__vfs_getname()
2140 pos = ttrace->entry_str + ttrace->filename.entry_str_pos; in trace__vfs_getname()