Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c926 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local
928 if (ttrace) in thread_trace__new()
929 ttrace->paths.max = -1; in thread_trace__new()
931 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
933 return ttrace; in thread_trace__new()
938 struct thread_trace *ttrace; in thread__trace() local
949 ttrace = thread__priv(thread); in thread__trace()
950 ++ttrace->nr_events; in thread__trace()
952 return ttrace; in thread__trace()
963 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf() local
[all …]