Home
last modified time | relevance | path

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

12

/linux-2.6.39/drivers/xen/
Dxencomm.c31 unsigned long recorded = 0; in xencomm_init() local
34 while ((recorded < bytes) && (i < desc->nr_addrs)) { in xencomm_init()
35 unsigned long vaddr = (unsigned long)buffer + recorded; in xencomm_init()
41 chunksz = min(PAGE_SIZE - offset, bytes - recorded); in xencomm_init()
51 recorded += chunksz; in xencomm_init()
54 if (recorded < bytes) { in xencomm_init()
57 __func__, recorded, bytes); in xencomm_init()
/linux-2.6.39/arch/microblaze/kernel/
Dftrace.c110 static unsigned int recorded; /* if save was or not */ variable
141 if (recorded == 0) { in ftrace_make_nop()
142 recorded = 1; in ftrace_make_nop()
/linux-2.6.39/tools/perf/Documentation/
Dperf-sched.txt24 was recorded.
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
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)
Dperf-kvm.txt32 recorded via perf kvm record.
Dperf-report.txt15 This command displays the performance counter profile information recorded
Dexamples.txt189 Or you can annotate the recorded 'git gc' run on a per symbol basis
Dperf-script-python.txt104 That single stream will be recorded in a file in the current directory
181 mean either that the record step recorded event types that it wasn't
454 Traces meant to be processed using a script should be recorded with
Dperf-script-perl.txt54 Traces meant to be processed using a script should be recorded with
/linux-2.6.39/Documentation/trace/
Dmmiotrace.txt104 an event that is recorded into the trace log. Note that ISA range mappings
107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
147 zero if it is not recorded. PID is always zero as tracing MMIO accesses
162 - replaying MMIO logs, i.e., re-executing the recorded writes
Dftrace.txt120 A new max trace will only be recorded if the
209 See tracing_max_latency. When a new max is recorded,
309 recorded (both are three: #3/3). The type of preemption that was
427 itself. When a trace is recorded, so is the stack
912 not recorded because the tracer only records one worst case and
953 the tracing when the recorded task is about to schedule in. This
956 Notice that the recorded task is 'sleep' with the PID of 4901
1607 To clear out a filter so that all functions will be recorded
1812 number listed is the number of entries that can be recorded per
Dtracepoint-analysis.txt220 data must be recorded. At the time of writing, this required root:
/linux-2.6.39/tools/perf/
Ddesign.txt176 has irq_period > 0. The record_type controls what data is recorded on each
192 Such (and other) events will be recorded in a ring-buffer, which is
228 these events are recorded in the ring-buffer (see below).
231 This too is recorded in the ring-buffer (see below).
/linux-2.6.39/Documentation/sound/alsa/
DBt87x.txt35 recorded data is not right, try to specify the digital_rate option with
DSB-Live-mixer.txt148 *** inputs of the AC97 codec can be captured (recorded). ***
/linux-2.6.39/Documentation/accounting/
Dtaskstats-struct.txt93 * xxx_count is the number of delay values recorded
/linux-2.6.39/Documentation/filesystems/caching/
Doperations.txt40 An operation is recorded in an fscache_operation struct:
Dobject.txt202 write ops will be transparently discarded, and nothing recorded in the
/linux-2.6.39/kernel/trace/
DKconfig288 taken in the kernel is recorded whether it hit or miss.
483 it recorded and give a rough estimate of how long each iteration took.
/linux-2.6.39/Documentation/filesystems/
Dnilfs2.txt153 The organization of the blocks is recorded in the summary information
/linux-2.6.39/Documentation/cgroups/
Dmemory.txt63 memory.max_usage_in_bytes # show max memory usage recorded
64 memory.memsw.usage_in_bytes # show max memory+Swap usage recorded
356 Charges recorded in swap information is not updated at removal of cgroup.
Dmemcg_test.txt33 At commit, a charge recorded in swap_cgroup is removed.
/linux-2.6.39/arch/blackfin/
DKconfig.debug142 Because zero-overhead Hardware loops are not recorded in the trace buffer,
/linux-2.6.39/Documentation/scsi/
Dst.txt322 MTEOM Space to end of recorded data.
471 end of recorded data or end of tape. GMT_EOT means end of tape.
/linux-2.6.39/Documentation/telephony/
Dixj.txt376 then, if you want dial-tone, you can always play a recorded dial-tone

12