Searched refs:TRACE_PIPE_ALL_CPU (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kdb.c47 if (cpu_file == TRACE_PIPE_ALL_CPU) {
119 cpu_file = TRACE_PIPE_ALL_CPU;
H A Dtrace.c284 if (cpu == TRACE_PIPE_ALL_CPU) {
290 /* Firstly block other trace_access_lock(TRACE_PIPE_ALL_CPU). */
300 if (cpu == TRACE_PIPE_ALL_CPU) {
1534 if (cpu_file > TRACE_PIPE_ALL_CPU) {
1690 if (cpu_file == TRACE_PIPE_ALL_CPU) {
1964 if (iter->cpu_file != TRACE_PIPE_ALL_CPU) {
2141 if (iter->cpu_file == TRACE_PIPE_ALL_CPU) {
2239 if (cpu == TRACE_PIPE_ALL_CPU)
4308 (void *) TRACE_PIPE_ALL_CPU, &tracing_fops);
4328 (void *) TRACE_PIPE_ALL_CPU,
[all...]
H A Dtrace.h281 #define TRACE_PIPE_ALL_CPU -1 macro

Completed in 45 milliseconds