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

/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c867 * The boot-arg "bootprofile_proc_name" can be used to specify a certain
884 char bootprofile_proc_name[17]; variable
920 if (!PE_parse_boot_argn("bootprofile_proc_name", &bootprofile_proc_name, sizeof(bootprofile_proc_name))) {
922 bootprofile_proc_name[0] = '\0';
938 kprintf("Boot profile: Sampling %s once per %u ms\n", bootprofile_all_procs ? "all procs" : bootprofile_proc_name, bootprofile_interval_ms);
973 (0 == strncmp(bootprofile_proc_name, proc_name_address(current_task()->bsd_info), 17))) {

Completed in 72 milliseconds