Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dcomm.h10 struct comm { struct
11 struct comm_str *comm_str; argument
21 void comm__free(struct comm *comm); argument
Dthread.c32 struct comm *comm; in thread__new() local
69 struct comm *comm, *tmp; in thread__delete() local
113 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
162 const struct comm *comm = thread__comm(thread); in thread__comm_str() local
174 const char *comm = thread__comm_str(thread); in thread__comm_len() local
223 const char *comm = thread__comm_str(parent); in thread__fork() local
Dcomm.c84 struct comm *comm = zalloc(sizeof(*comm)); in comm__new() local
103 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
121 void comm__free(struct comm *comm) in comm__free()
127 const char *comm__str(const struct comm *comm) in comm__str()
Ddb-export.c30 struct comm *comm; member
63 static int db_export__defer_comm(struct db_export *dbe, struct comm *comm) in db_export__defer_comm()
123 struct machine *machine, struct comm *comm) in db_export__thread()
169 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
191 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread()
300 struct comm *comm = NULL; in db_export__sample() local
Dthread_map.h10 char *comm; member
Dthread_map.c359 static int get_comm(char **comm, pid_t pid) in get_comm()
386 char *comm = NULL; in comm_init() local
Dthread-stack.h60 struct comm *comm; member
Dthread.h62 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
Dtool.h42 comm, member
/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
/tools/perf/scripts/python/
Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, 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, callchain, irq, ret): argument
255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, dev_name): argument
260 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
266 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
272 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
278 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dfutex-contention.py24 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
34 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
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 …]
Dnet_dropmonitor.py69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
Dcompaction-times.py32 def filter(self, pid, comm): argument
41 def filter(self, pid, comm): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
159 def __init__(self, comm, pid, filtered): argument
Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
Dcall-graph-from-postgresql.py94 def setUpLevel1(self, comm_id, comm): argument
/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
Dswitch-tracking.c63 union perf_event *event, const char *comm, int nr) in check_comm()
326 const char *comm; in test__switch_tracking() local
Dhists_common.c13 const char *comm; member
/tools/lib/traceevent/
Dplugin_sched_switch.c51 const char *comm; in write_and_save_comm() local
Devent-parse.c137 char *comm; member
156 char *comm; member
191 const struct cmdline *comm; in find_cmdline() local
220 const struct cmdline *comm; in pevent_pid_is_registered() local
244 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) in add_new_comm()
295 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm()
5194 const char *comm; in pevent_data_comm_from_pid() local
5201 pid_from_cmdlist(struct pevent *pevent, const char *comm, struct cmdline *next) in pid_from_cmdlist()
5229 struct cmdline *pevent_data_pid_from_comm(struct pevent *pevent, const char *comm, in pevent_data_pid_from_comm()
5340 const char *comm; in pevent_print_event() local
/tools/lib/lockdep/uinclude/linux/
Dlockdep.h25 char comm[17]; member
/tools/perf/util/scripting-engines/
Dtrace-event-python.c398 const char *comm = thread__comm_str(al->thread); in python_process_tracepoint() local
571 static int python_export_comm(struct db_export *dbe, struct comm *comm) in python_export_comm()
589 struct comm *comm, struct thread *thread) in python_export_comm_thread()
Dtrace-event-perl.c261 const char *comm = thread__comm_str(thread); in perl_process_tracepoint() local

12