Home
last modified time | relevance | path

Searched refs:entry_str (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c906 char *entry_str; member
1095 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
1634 printed += fprintf(trace->output, "%-70s) ...\n", ttrace->entry_str); in trace__printf_interrupted_entry()
1681 if (ttrace->entry_str == NULL) { in trace__sys_enter()
1682 ttrace->entry_str = malloc(trace__entry_str_size); in trace__sys_enter()
1683 if (!ttrace->entry_str) in trace__sys_enter()
1691 msg = ttrace->entry_str; in trace__sys_enter()
1700 fprintf(trace->output, "%-70s)\n", ttrace->entry_str); in trace__sys_enter()
1839 fprintf(trace->output, "%-70s", ttrace->entry_str); in trace__sys_exit()
1937 entry_str_len = strlen(ttrace->entry_str); in trace__vfs_getname()
[all …]