/linux-6.12.1/arch/s390/kernel/ |
D | perf_cpum_sf.c | 3 * Performance event support for the System z CPU-measurement Sampling Facility 27 /* Perf PMU definitions for the sampling facility */ 29 #define PERF_EVENT_CPUM_SF 0xB0000UL /* Event: Basic-sampling */ 30 #define PERF_EVENT_CPUM_SF_DIAG 0xBD000UL /* Event: Combined-sampling */ 31 #define PERF_CPUM_SF_BASIC_MODE 0x0001 /* Basic-sampling flag */ 32 #define PERF_CPUM_SF_DIAG_MODE 0x0002 /* Diagnostic-sampling flag */ 33 #define PERF_CPUM_SF_FREQ_MODE 0x0008 /* Sampling with frequency */ 44 * At least one table is required for the sampling buffer structure. 65 /* Minimum and maximum sampling buffer sizes: 67 * This number represents the maximum size of the sampling buffer taking [all …]
|
D | perf_pai_ext.c | 52 struct perf_event *event; /* Perf event for sampling */ 54 struct list_head syswide_list; /* List system-wide sampling events */ 102 * counting and sampling events. 104 * sampling and counting on that cpu is zero. 109 /* Free all memory allocated for event counting/sampling setup */ 151 * sampling for pai_extension events. 153 * Only one instance of event pai_ext/NNPA_ALL/ for sampling is 155 * Several counting events are allowed in parallel, but no sampling event 285 /* Allow only event NNPA_ALL for sampling. */ in paiext_event_init() 291 /* Get a page to store last counter values for sampling */ in paiext_event_init() [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | cpu_mf.h | 33 #define CPU_MF_SF_RIBM_NOTAV 0x1 /* Sampling unavailable */ 58 /* QUERY SAMPLING INFORMATION block */ 61 unsigned int as:1; /* 14: basic-sampling authorization */ 62 unsigned int ad:1; /* 15: diag-sampling authorization */ 64 unsigned int es:1; /* 22: basic-sampling enable control */ 65 unsigned int ed:1; /* 23: diag-sampling enable control */ 67 unsigned int cs:1; /* 30: basic-sampling activation control */ 68 unsigned int cd:1; /* 31: diag-sampling activation control */ 69 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ 70 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ [all …]
|
/linux-6.12.1/drivers/iio/pressure/ |
D | zpa2326.c | 18 * ZPA2326 hardware supports 2 sampling mode: one shot and continuous. 20 * A complete one shot sampling cycle gets device out of low power mode, 22 * back to low power mode. It is meant for on demand sampling with optimal power 23 * saving at the cost of lower sampling rate and higher software overhead. 35 * - setup hardware sampling period, 38 * - when no longer needed, stop sampling process by putting device into 44 * Note that hardware sampling frequency is taken into account only when 45 * internal hardware trigger is attached as the highest sampling rate seems to 50 * differential pressure sampling ; 78 * struct zpa2326_frequency - Hardware sampling frequency descriptor [all …]
|
/linux-6.12.1/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 1 libperf-sampling(7) 6 libperf-sampling - sampling interface 11 The sampling interface provides API to measure and get count for specific perf events. 13 The following test tries to explain count on `sampling.c` example. 15 It is by no means complete guide to sampling, but shows libperf basic API for sampling. 17 The `sampling.c` comes with libperf package and can be compiled and run like: 21 $ gcc -o sampling sampling.c -lperf 22 $ sudo ./sampling 36 The `sampling.c` example profiles/samples all CPUs with hardware cycles, in a 158 From this moment the cycles event is sampling.
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_sample.sh | 234 check_err $? "Failed to configure sampling rule" 265 check_err $? "Failed to configure sampling rule with max rate" 272 check_fail $? "Managed to configure sampling rate above maximum" 281 # Test that two sampling rules cannot be configured on the same port, 286 check_err $? "Failed to configure sampling rule" 290 check_fail $? "Managed to configure second sampling rule" 299 check_err $? "Failed to configure sampling rule after deletion" 310 # Test that two sampling rules cannot be configured on the same port 315 check_err $? "Failed to configure sampling rule" 319 check_fail $? "Managed to configure sampling rule with conflicting group" [all …]
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-amd-ibs.txt | 6 perf-amd-ibs - Support for AMD Instruction-Based Sampling (IBS) with perf tool 17 Instruction-Based Sampling (IBS) provides precise Instruction Pointer (IP) 19 Op and IBS Fetch. IBS Op sampling provides information about instruction 22 behavior etc. IBS Fetch sampling provides information about instruction fetch 64 System-wide profile, cycles event, sampling period: 100000 68 Per-cpu profile (cpu10), cycles event, sampling period: 100000 72 Per-cpu profile (cpu10), cycles event, sampling freq: 1000 76 System-wide profile, uOps event, sampling period: 100000 84 System-wide profile, uOps event, sampling period: 100000, L3MissOnly (Zen4 onward) 88 Per process(upstream v6.2 onward), uOps event, sampling period: 100000 [all …]
|
D | perf-arm-spe.txt | 21 The sampling has 5 stages: 33 architectural instructions or all micro-ops. Sampling happens at a programmable interval. The 36 perturbation is also added to the sampling interval by default. 42 Sampling ensures there is only one sampled operation is in flight. 67 recording. These samples are the same as if normal sampling was done by Perf without using SPE, 71 Why Sampling? 74 - Sampling, rather than tracing, cuts down the profiling problem to something more manageable for 98 The effect of microarchitectural sampling 101 If an implementation samples micro-operations instead of instructions, the results of sampling must 107 The coarse effect of conversions, and, if applicable, sampling of speculative operations, can be [all …]
|
/linux-6.12.1/drivers/tty/serial/ |
D | sh-sci.h | 27 HSSRR, /* Sampling Rate Register */ 52 #define SCSMR_SRC_MASK 0x0700 /* Sampling Control */ 53 #define SCSMR_SRC_16 0x0000 /* Sampling rate 1/16 */ 54 #define SCSMR_SRC_5 0x0100 /* Sampling rate 1/5 */ 55 #define SCSMR_SRC_7 0x0200 /* Sampling rate 1/7 */ 56 #define SCSMR_SRC_11 0x0300 /* Sampling rate 1/11 */ 57 #define SCSMR_SRC_13 0x0400 /* Sampling rate 1/13 */ 58 #define SCSMR_SRC_17 0x0500 /* Sampling rate 1/17 */ 59 #define SCSMR_SRC_19 0x0600 /* Sampling rate 1/19 */ 60 #define SCSMR_SRC_27 0x0700 /* Sampling rate 1/27 */ [all …]
|
/linux-6.12.1/Documentation/sound/cards/ |
D | maya44.rst | 29 - playback and capture at all sampling rates 63 * pci/ice1724/ice1724.h.patch - PROPOSED patch to ice1724.h (see SAMPLING RATES) 92 SAMPLING RATES 95 The Maya44 card (or more exactly, the Wolfson WM8776 codecs) allow a maximum sampling rate of 192 k… 97 As the ICE1724 chip only allows one global sampling rate, this is handled as follows: 99 * setting the sampling rate on any open PCM device on the maya44 card will always set the *global* … 106 …ditional code for limiting the sampling rate when setting on a capture pcm device. However because…
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-intel-iommu | 162 to enable sampling. 166 * 0 - disable sampling all latency data 168 * 1 - enable sampling IOTLB invalidation latency data 170 * 2 - enable sampling devTLB invalidation latency data 172 * 3 - enable sampling intr entry cache invalidation latency data 175 a snapshot of sampling result of all enabled monitors. 181 1) Disable sampling all latency data: 185 2) Enable sampling IOTLB invalidation latency data 207 3) Enable sampling devTLB invalidation latency data
|
D | sysfs-bus-iio-adc-ad4130 | 16 * "sinc3+rej60" - Sinc3 + 60Hz rejection. At a sampling 21 time. Best used with a sampling frequency of at least 44 If the current sampling frequency is out of range for the new 45 filter mode, the sampling frequency will be changed to the
|
/linux-6.12.1/tools/thermal/thermometer/ |
D | thermometer.8 | 14 specified sampling period. It is optimized to reduce as much as 18 This low overhead also allows a high rate sampling for the temperature 23 the thermal zone names and the desired sampling period. A thermal zone 26 The sampling of the different thermal zones will be written into 47 sampling files
|
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
D | reserved_bits_mmcra_sample_elig_mode_test.c | 12 * Register A (MMCRA) Random Sampling Mode (SM) value. 15 * for sampling mode field. Test that having these reserved 17 * Input event code uses these sampling bits along with 32 * MMCRA Random Sampling Mode (SM) values: 0x5 in reserved_bits_mmcra_sample_elig_mode() 58 * MMCRA Random Sampling Mode (SM) value 0x10 in reserved_bits_mmcra_sample_elig_mode()
|
D | group_constraint_mmcra_sample_test.c | 28 * Use event with load only sampling mode as in group_constraint_mmcra_sample() 29 * group leader. Use event with store only sampling in group_constraint_mmcra_sample() 37 /* Expected to fail as sibling event doesn't use same sampling bits as leader */ in group_constraint_mmcra_sample() 42 /* Expected to pass as sibling event use same sampling bits as leader */ in group_constraint_mmcra_sample()
|
/linux-6.12.1/include/drm/ |
D | drm_fourcc.h | 191 * YUV format with 4:1:0 sub-sampling 196 * sub-sampling. 206 * YUV format with 4:1:1 sub-sampling 211 * sub-sampling. 221 * YUV format with 4:2:0 sub-sampling 226 * sub-sampling. 236 * YUV format with 4:2:2 sub-sampling 241 * sub-sampling. 251 * YUV format with 4:4:4 sub-sampling 256 * sub-sampling.
|
/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/ |
D | psample.sh | 42 check_err $? "Failed to enable sampling when should not" 45 check_fail $? "Sampling enablement succeeded when should fail" 53 check_err $? "Failed to disable sampling when should not" 56 check_fail $? "Sampling disablement succeeded when should fail" 82 check_fail $? "Group number changed while sampling is active" 88 check_err $? "Group number did not change after restarting sampling"
|
/linux-6.12.1/Documentation/devicetree/bindings/spi/ |
D | samsung,spi-peripheral-props.yaml | 23 The sampling phase shift to be applied on the miso line (to account 26 - 1: 90 degree phase shift sampling. 27 - 2: 180 degree phase shift sampling. 28 - 3: 270 degree phase shift sampling.
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_pmu.h | 30 * Slots used from the sampling timer (non-engine events) with some extras for 87 * @timer: Timer for internal i915 PMU sampling. 114 * and they are used to control sampling on/off when multiple clients 119 * @timer_enabled: Should the internal sampling timer be running. 123 * @sample: Current and previous (raw) counters for sampling events. 125 * These counters are updated from the i915 PMU sampling timer.
|
/linux-6.12.1/tools/perf/arch/s390/util/ |
D | auxtrace.c | 14 #define PERF_EVENT_CPUM_SF 0xB0000 /* Event: Basic-sampling */ 15 #define PERF_EVENT_CPUM_SF_DIAG 0xBD000 /* Event: Combined-sampling */ 59 * DEFAULT_AUX_PAGES is an proper size when sampling frequency in cpumsf_recording_options() 61 * of sampling data. The size used for AUX buffer will scale in cpumsf_recording_options() 109 /* sampling in diagnose mode. alloc aux buffer */ in auxtrace_record__init()
|
/linux-6.12.1/arch/x86/events/ |
D | perf_event_flags.h | 5 PERF_ARCH(PEBS_LDLAT, 0x00001) /* ld+ldlat data address sampling */ 6 PERF_ARCH(PEBS_ST, 0x00002) /* st data address sampling */ 20 PERF_ARCH(PEBS_STLAT, 0x08000) /* st+stlat data address sampling */ 21 PERF_ARCH(AMD_BRS, 0x10000) /* AMD Branch Sampling */
|
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | mmcra_thresh_cmp_test.c | 16 * Sampling criteria is Load only sampling 23 /* A perf sampling test to test mmcra fields */ 36 /* Init the event for the sampling test */ in mmcra_thresh_cmp()
|
D | mmcra_thresh_marked_sample_test.c | 16 * Sampling criteria is Load only sampling 22 /* A perf sampling test to test mmcra fields */ 32 /* Init the event for the sampling test */ in mmcra_thresh_marked_sample()
|
/linux-6.12.1/net/psample/ |
D | Kconfig | 3 # psample packet sampling configuration 7 tristate "Packet-sampling netlink channel" 10 Say Y here to add support for packet-sampling netlink channel
|
/linux-6.12.1/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 7 - sampling-frequency: Default sampling frequency 22 sampling-frequency = <5000000>;
|