Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 34) sorted by relevance

12

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, vec): argument
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, vec): argument
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, vec): argument
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
251 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, irq, ret): argument
255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, napi, dev_name): argument
260 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, skbaddr, argument
266 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, skbaddr, argument
272 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, argument
278 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, argument
[all …]
Dsched-migration.py353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
370 def sched__sched_stat_runtime(event_name, context, common_cpu, argument
375 def sched__sched_stat_iowait(event_name, context, common_cpu, argument
380 def sched__sched_stat_sleep(event_name, context, common_cpu, argument
385 def sched__sched_stat_wait(event_name, context, common_cpu, argument
395 def sched__sched_process_wait(event_name, context, common_cpu, argument
400 def sched__sched_process_exit(event_name, context, common_cpu, argument
405 def sched__sched_process_free(event_name, context, common_cpu, argument
410 def sched__sched_migrate_task(event_name, context, common_cpu, argument
428 def sched__sched_wakeup_new(event_name, context, common_cpu, argument
[all …]
Dfutex-contention.py24 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, argument
34 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, argument
Dnet_dropmonitor.py69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, argument
Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py24 def create_event(name, comm, dso, symbol, raw_buf): argument
36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
84 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/external/linux-tools-perf/src/tools/perf/tests/
Dkeep-tracking.c26 static int find_comm(struct perf_evlist *evlist, const char *comm) in find_comm()
68 const char *comm; in test__keep_tracking() local
Dhists_link.c14 const char *comm; member
/external/linux-tools-perf/src/tools/perf/util/
Dthread.c34 int thread__set_comm(struct thread *self, const char *comm) in thread__set_comm()
Dthread.h21 char *comm; member
Dtool.h33 comm, member
Devent.h36 char comm[16]; member
176 struct comm_event comm; member
Devent.c48 static pid_t perf_event__get_comm_tgid(pid_t pid, char *comm, size_t len) in perf_event__get_comm_tgid()
Dpython.c563 comm = 0, in pyrf_evsel__init() local
/external/kernel-headers/original/uapi/linux/
Dcn_proc.h112 char comm[16]; member
113 } comm; member
/external/iptables/extensions/
Dlibxt_owner.c34 char comm[16]; member
43 char comm[16]; member
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c102 char *comm; member
179 static void pid_set_comm(int pid, char *comm) in pid_set_comm()
328 char comm[TASK_COMM_LEN]; member
807 char comm[256]; in draw_process_bars() local
Dbuiltin-sched.c37 char comm[COMM_LEN]; member
326 unsigned long pid, const char *comm) in register_pid()
658 const char *comm = perf_evsel__strval(evsel, sample, "comm"); in replay_wakeup_event() local
/external/lldb/source/Core/
DCommunication.cpp339 Communication *comm = (Communication *)p; in ReadThread() local
/external/valgrind/mpi/
Dlibmpiwrap.c397 static __inline__ int comm_rank ( MPI_Comm comm ) in comm_rank()
404 static __inline__ int comm_size ( MPI_Comm comm ) in comm_size()
1060 int dest, int tag, MPI_Comm comm) in generic_Send()
1374 int dest, int tag, MPI_Comm comm, in generic_Isend()
/external/linux-tools-perf/src/tools/lib/traceevent/
Devent-parse.c124 char *comm; member
143 char *comm; member
178 const struct cmdline *comm; in find_cmdline() local
207 const struct cmdline *comm; in pevent_pid_is_registered() local
231 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
283 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
4411 const char *comm; in pevent_data_comm_from_pid() local
4454 const char *comm; in pevent_print_event() local
Dparse-filter.c32 static struct format_field comm = { variable
1574 const char *comm; in get_comm() local
/external/linux-tools-perf/src/tools/perf/util/scripting-engines/
Dtrace-event-perl.c276 char *comm = thread->comm; in perl_process_tracepoint() local
Dtrace-event-python.c253 char *comm = thread->comm; in python_process_tracepoint() local
/external/mksh/src/
Dmain.c719 command(const char *comm, int line) in command()

12