Searched refs:pidstr (Results 1 – 3 of 3) sorted by relevance
189 char pidstr[16]; in vchiq_debugfs_add_instance() local192 snprintf(pidstr, sizeof(pidstr), "%d", in vchiq_debugfs_add_instance()195 top = debugfs_create_dir(pidstr, vchiq_dbg_clients); in vchiq_debugfs_add_instance()
337 char pidstr[64] = {0}; in getpid_by_pdp() local346 strcpy(pidstr, p+1); in getpid_by_pdp()347 pid = atoi(pidstr); in getpid_by_pdp()
101 char pidstr[32]; in tracing_on() local106 sprintf(pidstr, "%d", getpid()); in tracing_on()115 cat_into_file(pidstr, TRACEDIR "/set_ftrace_pid"); in tracing_on()