HomeSort by relevance Sort by last modified time
    Searched full:softirq (Results 51 - 70 of 70) sorted by null

1 23

  /external/kernel-headers/original/linux/
rcupdate.h 194 * rcu_read_lock_bh - mark the beginning of a softirq-only RCU critical section
198 * consider completion of a softirq handler to be a quiescent state,
211 * rcu_read_unlock_bh - marks the end of a softirq-only RCU critical section
262 * softirq handlers will have completed, since in some kernels, these
lockdep.h 90 * IRQ/softirq usage tracking bits:
172 * dependencies otherwise. [Note: hardirq and softirq contexts
interrupt.h 225 /* softirq mask and active fields moved to irq_cpustat_t in
perf_event.h 803 * task, softirq, irq, nmi context
skbuff.h 611 * than the networking core (in softirq only). In the long run either the
    [all...]
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 71 0x10: "SOFTIRQ" }
  /external/linux-tools-perf/scripts/python/
netdev-times.py 22 # which raise NET_RX softirq
23 net_rx_dic = {}; # key is cpu and value include time of NET_RX softirq-entry
83 # a NET_RX softirq
316 # if an irq doesn't include NET_RX softirq, drop.
353 # merge information realted to a NET_RX softirq
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 113 PROC_SPACE_TERM|PROC_OUT_LONG // 7: softirq time
297 // Total irq time is iowait + irq + softirq time.
775 int totalTime, int user, int system, int iowait, int irq, int softIrq,
779 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
801 if (softIrq > 0) {
803 printRatio(pw, softIrq, totalTime);
804 pw.print("% softirq");
  /packages/apps/Browser/src/com/android/browser/
Performance.java 46 Process.PROC_SPACE_TERM | Process.PROC_OUT_LONG // 7: softirq time
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Core.pm 29 0x10 => "SOFTIRQ");
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 6 2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
ActivityManagerService.java     [all...]
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 87 * used in the softirq.
  /external/linux-tools-perf/
builtin-timechart.c 348 * SOFTIRQ - inside a softirq handler
  /external/linux-tools-perf/util/
trace-event-parse.c 2622 int softirq; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/importer/
linux_perf_importer_test.js 174 '# | / _---=> hardirq/softirq',
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 936 * task, softirq, hardirq, nmi.
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 
vmlinux-qemu-armv7 
  /system/extras/tests/mmc_tracepoints/
mmc_trace_sample_data 7 # | / _---=> hardirq/softirq
    [all...]

Completed in 588 milliseconds

1 23