Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c145 size_t psb_period; in intel_pt_psb_period() local
156 psb_period = 256; in intel_pt_psb_period()
164 psb_period = 1 << (val + 11); in intel_pt_psb_period()
167 return psb_period; in intel_pt_psb_period()
226 ",psb_period=%d", psb_period); in intel_pt_default_config()
717 if (psb_period && in intel_pt_recording_options()
746 if (psb_period && in intel_pt_recording_options()
749 min_sz, psb_period); in intel_pt_recording_options()
990 size_t buf_size = 0, psb_period; in intel_pt_snapshot_ref_buf_size() local
996 if (psb_period) in intel_pt_snapshot_ref_buf_size()
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt251 /sys/bus/event_source/devices/intel_pt/format/psb_period:config:24-27
328 psb_period Allows the frequency of PSB packets to be specified.
333 Support for psb_period is indicated by:
347 The psb_period value is converted to the approximate number of
357 $ perf record -e intel_pt/psb_period=15/u uname
358 Invalid psb_period for intel_pt. Valid values are: 0-5
361 of 3 (i.e. psb_period=3) or the nearest lower value that is
562 The calculation used for that is: if sample_size <= psb_period + 256 display the
563 warning. When sampling is used, psb_period defaults to 0 (2KiB).
1131 PSBEND). Note PSB packets occur regularly in the trace based on the psb_period
/openbmc/linux/arch/x86/events/intel/
H A Dpt.c119 PMU_FORMAT_ATTR(psb_period, "config:24-27" );