Home
last modified time | relevance | path

Searched refs:recorded (Results 1 – 25 of 87) sorted by relevance

1234

/linux-6.3-rc2/arch/mips/mm/
A Dinit.c321 } recorded = { { { 0 } }, 0 }; in maar_init() local
335 if (recorded.used) { in maar_init()
336 used = maar_config(recorded.cfgs, recorded.used, num_maars / 2); in maar_init()
337 BUG_ON(used != recorded.used); in maar_init()
351 if (recorded.used) in maar_init()
388 if (used <= ARRAY_SIZE(recorded.cfgs)) { in maar_init()
389 recorded.cfgs[recorded.used].lower = lower; in maar_init()
390 recorded.cfgs[recorded.used].upper = upper; in maar_init()
391 recorded.cfgs[recorded.used].attrs = attr; in maar_init()
392 recorded.used++; in maar_init()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-fc_host6 events recorded by the F_Port, reported using fabric
14 events recorded by the F_Port/Nx_Port, reported using fabric
22 recorded by the F_Port/Nx_Port, reported using fabric
A Dsysfs-class-fc_remote_ports6 events recorded by the F_Port/Nx_Port, reported using fabric
14 events recorded by the F_Port/Nx_Port, reported using fabric
22 recorded by the F_Port/Nx_Port, reported using fabric
A Ddebugfs-pfo-nx-crypto19 recorded here (the hcall will retry until -EBUSY goes away).
A Dsysfs-firmware-acpi28 suspend_start_ns: Timer value recorded at the previous
31 suspend_end_ns: Timer value recorded at the previous
40 resume_prev_ns: Timer recorded at the end of the previous
/linux-6.3-rc2/arch/microblaze/kernel/
A Dftrace.c102 static unsigned int recorded; /* if save was or not */ variable
133 if (recorded == 0) { in ftrace_make_nop()
134 recorded = 1; in ftrace_make_nop()
/linux-6.3-rc2/Documentation/core-api/
A Derrseq.rst18 Note that there is a risk of collisions if new errors are being recorded
23 recorded. That allows us to avoid bumping the counter if no one has
24 sampled it since the last time an error was recorded.
107 return 0, until another error is recorded, at which point it's reported
112 recorded.
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Difork.rst65 be recorded without the use of extra metadata blocks.
67 The extent tree header is recorded in ``struct ext4_extent_header``,
104 recorded as ``struct ext4_extent_idx``, and are 12 bytes long:
133 Leaf nodes of the extent tree are recorded as ``struct ext4_extent``,
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-sched.txt24 was recorded (aliased to 'perf script' for now).
26 'perf sched replay' to simulate the workload that was recorded
30 of the workload as it occurred when it was recorded - and can repeat
A Dcallchain-overhead-calculation.txt43 Suppose all samples are recorded in 'foo' and 'bar' only. When it's
44 recorded with callchains the output will show something like below
A Ditrace.txt9 o synthesize other events recorded due to the use
48 On x86, note that G and L work poorly when data has been recorded with
A Dperf-script.txt19 This command reads the input file and displays the trace recorded.
24 recorded.
35 recorded using the -a (system-wide) 'perf record' option.
50 not specified, the events are recorded using the -a (system-wide)
231 perf inject to insert a perf.data file recorded inside a virtual machine into
232 a perf.data file recorded on the host at the same time.
253 sample was recorded with perf record -b or -j any.
A Dperf-inject.txt96 Insert events from a perf.data file recorded in a virtual machine at
97 the same time as the input perf.data file was recorded on the host.
/linux-6.3-rc2/Documentation/trace/
A Dmmiotrace.rst123 an event that is recorded into the trace log. Note that ISA range mappings
126 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
166 zero if it is not recorded. PID is always zero as tracing MMIO accesses
182 - replaying MMIO logs, i.e., re-executing the recorded writes
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dtwl4030-audio.txt15 from the start of the recorded sample (in ms)
/linux-6.3-rc2/Documentation/devicetree/
A Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/linux-6.3-rc2/Documentation/locking/
A Dlockstat.rst145 Lines 09-12 show the first 4 recorded contention points (the code
146 which tries to get the lock) and lines 14-17 show the first 4 recorded
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Ddmx-fwrite.rst38 digitally recorded Transport Stream. Matching filters have to be defined
A Ddmx-fopen.rst61 A recorded Transport Stream is replayed by writing to this device.
/linux-6.3-rc2/tools/memory-model/scripts/
A DREADME11 the results against the expected results recorded in the
/linux-6.3-rc2/Documentation/driver-api/iio/
A Dtriggered-buffers.rst64 stores it in the internal buffer together with the timestamp recorded in the
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dext-ctrls-fm-tx.rst65 then the audio was recorded as stereo.
71 recorded using an artificial head.
/linux-6.3-rc2/tools/perf/
A Ddesign.txt179 has irq_period > 0. The record_type controls what data is recorded on each
195 Such (and other) events will be recorded in a ring-buffer, which is
235 these events are recorded in the ring-buffer (see below).
238 This too is recorded in the ring-buffer (see below).
/linux-6.3-rc2/Documentation/sound/cards/
A Dbt87x.rst40 recorded data is not right, try to specify the ``digital_rate`` option with
/linux-6.3-rc2/Documentation/filesystems/
A Derofs.rst237 random file lookup, and all directory entries are _strictly_ recorded in
308 For each HEAD lcluster, clusterofs is recorded to indicate where a new extent
315 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as

Completed in 26 milliseconds

1234