Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dinit.c322 } recorded = { { { 0 } }, 0 }; in maar_init() local
336 if (recorded.used) { in maar_init()
337 used = maar_config(recorded.cfgs, recorded.used, num_maars / 2); in maar_init()
338 BUG_ON(used != recorded.used); in maar_init()
352 if (recorded.used) in maar_init()
389 if (used <= ARRAY_SIZE(recorded.cfgs)) { in maar_init()
390 recorded.cfgs[recorded.used].lower = lower; in maar_init()
391 recorded.cfgs[recorded.used].upper = upper; in maar_init()
392 recorded.cfgs[recorded.used].attrs = attr; in maar_init()
393 recorded.used++; in maar_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0001-config_info.c-not-expose-build-info.patch54 - configdata[i].setting = pstrdup(_("not recorded"));
62 - configdata[i].setting = pstrdup(_("not recorded"));
70 - configdata[i].setting = pstrdup(_("not recorded"));
78 - configdata[i].setting = pstrdup(_("not recorded"));
86 - configdata[i].setting = pstrdup(_("not recorded"));
94 - configdata[i].setting = pstrdup(_("not recorded"));
102 - configdata[i].setting = pstrdup(_("not recorded"));
110 - configdata[i].setting = pstrdup(_("not recorded"));
H A D0001-Improve-reproducibility.patch10 not recorded
13 not recorded
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H 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()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H 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.
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H 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
H A Ditrace.txt8 o synthesize other events recorded due to the use
42 On x86, note that G and L work poorly when data has been recorded with
H 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
H 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)
225 sample was recorded with perf record -b or -j any.
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H 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``,
/OK3568_Linux_fs/u-boot/doc/
H A Dbounces3 # information recorded in git.
H A DREADME.trace19 function entry/exit points. These are then recorded in a memory buffer.
328 stack depth goes above this then no tracing information is recorded.
329 The maximum depth reached is recorded and displayed by the 'trace stats'
341 - Trace filter to select which functions are recorded
/OK3568_Linux_fs/kernel/Documentation/trace/
H 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
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-field_print.txt24 These functions print recorded field's data, according to the field's type.
26 The _tep_print_field()_ function extracts from the recorded raw _data_ value of
H A Dlibtraceevent-cpus.txt31 data recorded.
/OK3568_Linux_fs/buildroot/package/dvbsnoop/
H A DConfig.in10 even PCI Card or USB Plug) but also from a file (recorded TS).
/OK3568_Linux_fs/u-boot/common/
H A DKconfig8 bootstage.h. Only a single entry is recorded for each ID. You can
63 number of bootstage records that can be recorded.
234 Console output is recorded even when the console is silent.
245 more data will be recorded until some is removed. The buffer is
442 can be displayed on the console, recorded in a memory buffer, or
450 can be displayed on the console, recorded in a memory buffer, or
459 This selects the maximum log level that will be recorded. Any value
477 This selects the maximum log level that will be recorded. Any value
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-audio.txt15 from the start of the recorded sample (in ms)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/
H A Dliberror-perl_0.17029.bb5 either be thrown, for subsequent catch, or can simply be recorded."
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto19 recorded here (the hcall will retry until -EBUSY goes away).
/OK3568_Linux_fs/kernel/Documentation/locking/
H 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-fwrite.rst38 digitally recorded Transport Stream. Matching filters have to be defined
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-tx.rst65 then the audio was recorded as stereo.
71 recorded using an artificial head.
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A DREADME11 the results against the expected results recorded in the

123456