HomeSort by relevance Sort by last modified time
    Searched refs:comm (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/llvm/test/MC/MachO/
comm-1.s 3 .comm sym_comm_B, 2
4 .comm sym_comm_A, 4
5 .comm sym_comm_C, 8, 2
6 .comm sym_comm_D, 2, 3
  /external/llvm/test/MC/ELF/
align-bss.s 6 .comm foo,2048,16
common.s 9 .comm common1,1,1
23 .comm common2,1,1
34 .comm common6,8,16
48 .comm common3,4,4
68 .comm common4,40,16
78 .comm common5,4,4
common2.s 7 .comm vimvardict,1,8
  /external/llvm/test/MC/AsmParser/
directive_comm.s 4 # CHECK: .comm a,6,2
5 # CHECK: .comm b,8
6 # CHECK: .comm c,8
8 .comm a, 4+2, 2
9 .comm b,8
labels.s 41 // CHECK: .comm "a 6",1
42 .comm "a 6", 1
  /external/linux-tools-perf/scripts/perl/bin/
failed-syscalls-report 3 # args: [comm]
6 comm=$1
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
rw-by-file-report 3 # args: <comm>
5 echo "usage: rw-by-file <comm>"
8 comm=$1
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
  /external/linux-tools-perf/scripts/python/bin/
syscall-counts-report 3 # args: [comm]
6 comm=$1
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
failed-syscalls-by-pid-report 3 # args: [comm]
6 comm=$1
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
syscall-counts-by-pid-report 3 # args: [comm]
6 comm=$1
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
sctop-report 3 # args: [comm] [interval]
13 echo "usage: sctop-report [comm] [interval]"
17 comm=$1
24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
31 printf("\nfailed syscalls by comm:\n\n");
33 printf("%-20s %10s\n", "comm", "# errors");
36 foreach my $comm (sort {$failed_syscalls{$b} <=> $failed_syscalls{$a}}
38 next if ($for_comm && $comm ne $for_comm);
40 printf("%-20s %10s\n", $comm, $failed_syscalls{$comm});
rw-by-pid.pl 48 $reads{$common_pid}{comm} = $common_comm;
70 $writes{$common_pid}{comm} = $common_comm;
77 printf("%6s %20s %10s %10s %10s\n", "pid", "comm",
84 my $comm = $reads{$pid}{comm} || "";
89 printf("%6s %-20s %10s %10s %10s\n", $pid, $comm,
95 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors");
103 my $comm = $reads{$pid}{comm} || "";
105 push @errcounts, [$pid, $comm, $error, $errcount]
    [all...]
workqueue-stats.pl 33 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
43 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
53 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
63 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
76 my $comm = $$wqhash{'comm'} || "";
78 printf("%3u %6u %6u\t%-20s\n", $cpu, $ins, $exe, $comm);
92 my $comm = $$wqhash{'comm'} || "";
95 $comm);
    [all...]
  /external/webkit/Source/WebKit/android/wds/
Command.h 76 Command(const Command& comm)
77 : m_name(comm.m_name)
78 , m_description(comm.m_description)
79 , m_dispatch(comm.m_dispatch)
80 , m_handler(comm.m_handler) {}
  /external/linux-tools-perf/util/
thread.c 17 self->comm = malloc(32);
18 if (self->comm)
19 snprintf(self->comm, 32, ":%d", self->pid);
28 free(self->comm);
32 int thread__set_comm(struct thread *self, const char *comm)
36 if (self->comm)
37 free(self->comm);
38 self->comm = strdup(comm);
39 err = self->comm == NULL ? -ENOMEM : 0
    [all...]
  /external/linux-tools-perf/scripts/python/
syscall-counts-by-pid.py 6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
17 usage = "perf script -s syscall-counts-by-pid.py [comm]\n";
55 print "\nsyscall events by comm/pid:\n\n",
57 print "%-40s %10s\n" % ("comm [pid]/syscalls", "count"),
62 for comm in comm_keys:
63 pid_keys = syscalls[comm].keys()
65 print "\n%s [%d]\n" % (comm, pid),
66 id_keys = syscalls[comm][pid].keys()
67 for id, val in sorted(syscalls[comm][pid].iteritems(),
    [all...]
failed-syscalls-by-pid.py 6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
18 usage = "perf script -s syscall-counts-by-pid.py [comm|pid]\n";
59 print "%-30s %10s\n" % ("comm [pid]", "count"),
64 for comm in comm_keys:
65 pid_keys = syscalls[comm].keys()
67 print "\n%s [%d]\n" % (comm, pid),
68 id_keys = syscalls[comm][pid].keys()
71 ret_keys = syscalls[comm][pid][id].keys()
72 for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse = True)
    [all...]
netdev-times.py 132 if 'comm' in event.keys():
136 event['pid'], event['comm'])
227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, vec):
230 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, vec):
236 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, vec):
242 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm,
247 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm,
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_owner.h 34 char comm[16]; member in struct:ipt_owner_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_owner.h 26 char comm[16]; member in struct:ipt_owner_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_owner.h 16 char comm[16]; member in struct:ipt_owner_info
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_owner.h 26 char comm[16]; member in struct:ipt_owner_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_owner.h 16 char comm[16]; member in struct:ipt_owner_info

Completed in 428 milliseconds

1 2 3 4 5