Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-trace.c1053 char *entry_str; member
1263 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
1888 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str); in trace__printf_interrupted_entry()
1970 if (ttrace->entry_str == NULL) { in trace__sys_enter()
1971 ttrace->entry_str = malloc(trace__entry_str_size); in trace__sys_enter()
1972 if (!ttrace->entry_str) in trace__sys_enter()
1991 msg = ttrace->entry_str; in trace__sys_enter()
2002 printed = fprintf(trace->output, "%s)", ttrace->entry_str); in trace__sys_enter()
2149 printed = fprintf(trace->output, "%s", ttrace->entry_str); in trace__sys_exit()
2264 entry_str_len = strlen(ttrace->entry_str); in trace__vfs_getname()
[all …]