Lines Matching +full:2 +full:ppm
2 * SPDX-License-Identifier: BSD-2-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
121 #define PMCPL_PCT_BLACK 2
576 pmcstat_pmcinfilter, pmcstat_displayheight - 2); in pmcpl_ct_topdisplay()
606 * `ppm'.
733 struct pmcstat_pcmap *ppm[PMC_CALLCHAIN_DEPTH_MAX]; in pmcpl_ct_process() local
751 ppm[n] = pmcstat_process_find_map(usermode ? in pmcpl_ct_process()
753 if (ppm[n] == NULL) { in pmcpl_ct_process()
756 ppm[n] = pmcstat_process_find_map(pp, cc[n]); in pmcpl_ct_process()
757 if (ppm[n] != NULL) in pmcpl_ct_process()
761 if (ppm[n] == NULL) in pmcpl_ct_process()
779 image = ppm[n]->ppm_image; in pmcpl_ct_process()
780 loadaddress = ppm[n]->ppm_lowpc + in pmcpl_ct_process()
818 (ppm[0]->ppm_lowpc + ppm[0]->ppm_image->pi_vaddr - in pmcpl_ct_process()
819 ppm[0]->ppm_image->pi_start), 1); in pmcpl_ct_process()
1058 if (args.pa_verbosity >= 2) in _pmcpl_ct_expand_inline()