Searched refs:entry_str (Results 1 – 1 of 1) sorted by relevance
1168 char *entry_str; member1701 printed += fprintf(trace->output, "%-70s) ...\n", ttrace->entry_str); in trace__printf_interrupted_entry()1732 if (ttrace->entry_str == NULL) { in trace__sys_enter()1733 ttrace->entry_str = malloc(1024); in trace__sys_enter()1734 if (!ttrace->entry_str) in trace__sys_enter()1742 msg = ttrace->entry_str; in trace__sys_enter()1751 fprintf(trace->output, "%-70s\n", ttrace->entry_str); in trace__sys_enter()1812 fprintf(trace->output, "%-70s", ttrace->entry_str); in trace__sys_exit()