Searched refs:psb_period (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | intel-pt.c | 148 size_t psb_period; in intel_pt_psb_period() local 159 psb_period = 256; in intel_pt_psb_period() 167 psb_period = 1 << (val + 11); in intel_pt_psb_period() 169 pr_debug2("%s psb_period %zu\n", intel_pt_pmu->name, psb_period); in intel_pt_psb_period() 170 return psb_period; in intel_pt_psb_period() 193 int psb_cyc, psb_periods, psb_period; in intel_pt_default_config() local 224 psb_period = intel_pt_pick_bit(psb_periods, 3); in intel_pt_default_config() 226 ",psb_period=%d", psb_period); in intel_pt_default_config() 683 size_t psb_period = intel_pt_psb_period(intel_pt_pmu, evlist); in intel_pt_recording_options() local 719 if (psb_period && in intel_pt_recording_options() [all …]
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 242 /sys/bus/event_source/devices/intel_pt/format/psb_period:config:24-27 319 psb_period Allows the frequency of PSB packets to be specified. 324 Support for psb_period is indicated by: 338 The psb_period value is converted to the approximate number of 348 $ perf record -e intel_pt/psb_period=15/u uname 349 Invalid psb_period for intel_pt. Valid values are: 0-5 352 of 3 (i.e. psb_period=3) or the nearest lower value that is 553 The calculation used for that is: if sample_size <= psb_period + 256 display the 554 warning. When sampling is used, psb_period defaults to 0 (2KiB). 1111 PSBEND). Note PSB packets occur regularly in the trace based on the psb_period
|
/linux-6.1.9/arch/x86/events/intel/ |
D | pt.c | 119 PMU_FORMAT_ATTR(psb_period, "config:24-27" );
|