Searched refs:recorded (Results 1 – 25 of 36) sorted by relevance
12
/linux-2.6.39/drivers/xen/ |
D | xencomm.c | 31 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/ |
D | ftrace.c | 110 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/ |
D | perf-sched.txt | 24 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
|
D | perf-script.txt | 19 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)
|
D | perf-kvm.txt | 32 recorded via perf kvm record.
|
D | perf-report.txt | 15 This command displays the performance counter profile information recorded
|
D | examples.txt | 189 Or you can annotate the recorded 'git gc' run on a per symbol basis
|
D | perf-script-python.txt | 104 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
|
D | perf-script-perl.txt | 54 Traces meant to be processed using a script should be recorded with
|
/linux-2.6.39/Documentation/trace/ |
D | mmiotrace.txt | 104 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
|
D | ftrace.txt | 120 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
|
D | tracepoint-analysis.txt | 220 data must be recorded. At the time of writing, this required root:
|
/linux-2.6.39/tools/perf/ |
D | design.txt | 176 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/ |
D | Bt87x.txt | 35 recorded data is not right, try to specify the digital_rate option with
|
D | SB-Live-mixer.txt | 148 *** inputs of the AC97 codec can be captured (recorded). ***
|
/linux-2.6.39/Documentation/accounting/ |
D | taskstats-struct.txt | 93 * xxx_count is the number of delay values recorded
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | operations.txt | 40 An operation is recorded in an fscache_operation struct:
|
D | object.txt | 202 write ops will be transparently discarded, and nothing recorded in the
|
/linux-2.6.39/kernel/trace/ |
D | Kconfig | 288 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/ |
D | nilfs2.txt | 153 The organization of the blocks is recorded in the summary information
|
/linux-2.6.39/Documentation/cgroups/ |
D | memory.txt | 63 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.
|
D | memcg_test.txt | 33 At commit, a charge recorded in swap_cgroup is removed.
|
/linux-2.6.39/arch/blackfin/ |
D | Kconfig.debug | 142 Because zero-overhead Hardware loops are not recorded in the trace buffer,
|
/linux-2.6.39/Documentation/scsi/ |
D | st.txt | 322 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/ |
D | ixj.txt | 376 then, if you want dial-tone, you can always play a recorded dial-tone
|
12