Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1385 char bootprofile_proc_name[17]; variable
1434 &bootprofile_proc_name, sizeof(bootprofile_proc_name))) { in bootprofile_init()
1436 bootprofile_proc_name[0] = '\0'; in bootprofile_init()
1466 bootprofile_all_procs ? "all procs" : bootprofile_proc_name, bootprofile_interval_ms, in bootprofile_init()
1520 … (0 == strncmp(bootprofile_proc_name, proc_name_address(get_bsdtask_info(current_task())), 17))) { in bootprofile_timer_call()