Searched refs:pid_str (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dthread_map.c188 static struct thread_map *thread_map__new_by_pid_str(const char *pid_str) thread_map__new_by_pid_str() argument
199 struct strlist *slist = strlist__new(pid_str, &slist_config); thread_map__new_by_pid_str()
/linux-4.4.14/kernel/trace/
H A Dtrace_functions_graph.c500 char pid_str[11]; print_graph_proc() local
507 sprintf(pid_str, "%d", pid); print_graph_proc()
510 len = strlen(comm) + strlen(pid_str) + 1; print_graph_proc()
519 trace_seq_printf(s, "%s-%s", comm, pid_str); print_graph_proc()

Completed in 86 milliseconds