Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtelemetry.c1650 char bootprofile_proc_name[17]; variable
1699 &bootprofile_proc_name, sizeof(bootprofile_proc_name))) { in bootprofile_init()
1701 bootprofile_proc_name[0] = '\0'; in bootprofile_init()
1731 bootprofile_all_procs ? "all procs" : bootprofile_proc_name, bootprofile_interval_ms, in bootprofile_init()
1785 … (0 == strncmp(bootprofile_proc_name, proc_name_address(get_bsdtask_info(current_task())), 17))) { in bootprofile_timer_call()