Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtelemetry.c1597 char bootprofile_proc_name[17]; variable
1646 &bootprofile_proc_name, sizeof(bootprofile_proc_name))) { in bootprofile_init()
1648 bootprofile_proc_name[0] = '\0'; in bootprofile_init()
1678 bootprofile_all_procs ? "all procs" : bootprofile_proc_name, bootprofile_interval_ms, in bootprofile_init()
1732 … (0 == strncmp(bootprofile_proc_name, proc_name_address(get_bsdtask_info(current_task())), 17))) { in bootprofile_timer_call()