| /tools/perf/util/ | 
| D | comm.h | 11 struct comm {  struct 12 	struct comm_str *comm_str;  argument 22 void comm__free(struct comm *comm);  argument
  | 
| D | thread.c | 46 		struct comm *comm;  in thread__new()  local 91 	struct comm *comm, *tmp_comm;  in thread__delete()  local 209 	struct comm *comm, *last = NULL, *second_last = NULL;  in thread__exec_comm()  local 269 	char *comm = NULL;  in thread__set_comm_from_proc()  local 285 	const struct comm *comm = thread__comm(thread);  in __thread__comm_str()  local 304 static int __thread__comm_len(struct thread *thread, const char *comm)  in __thread__comm_len() 319 		const char *comm;  in thread__comm_len()  local 395 		const char *comm = thread__comm_str(parent);  in thread__fork()  local
  | 
| D | comm.c | 192 	struct comm *comm = zalloc(sizeof(*comm));  in comm__new()  local 209 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec)  in comm__override() 226 void comm__free(struct comm *comm)  in comm__free() 232 const char *comm__str(const struct comm *comm)  in comm__str()
  | 
| D | db-export.c | 82 static int __db_export__comm(struct db_export *dbe, struct comm *comm,  in __db_export__comm() 93 int db_export__comm(struct db_export *dbe, struct comm *comm,  in db_export__comm() 108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm,  in db_export__exec_comm() 133 int db_export__comm_thread(struct db_export *dbe, struct comm *comm,  in db_export__comm_thread() 298 	struct comm *comm = NULL;  in db_export__threads()  local 360 	struct comm *comm = NULL;  in db_export__sample()  local
  | 
| D | data-convert-bt.c | 909 __FUNC_PROCESS_NON_SAMPLE(comm,  in __FUNC_PROCESS_NON_SAMPLE()  argument 910 	__NON_SAMPLE_SET_FIELD(comm, u32, pid);  in __FUNC_PROCESS_NON_SAMPLE() 912 	__NON_SAMPLE_SET_FIELD(comm, string, comm);  argument 1258 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(comm,  in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS()  argument 1261 	__NON_SAMPLE_ADD_FIELD(string, comm);  argument
  | 
| /tools/perf/scripts/python/ | 
| D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument 238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument 250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm,  argument 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret):  argument 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi,  argument 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr,  argument 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr,  argument 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain,  argument 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain,  argument [all …] 
 | 
| D | sched-migration.py | 355 	def wake_up(self, headers, comm, pid, success, target_cpu, fork):  argument 372 def sched__sched_stat_runtime(event_name, context, common_cpu,  argument 377 def sched__sched_stat_iowait(event_name, context, common_cpu,  argument 382 def sched__sched_stat_sleep(event_name, context, common_cpu,  argument 387 def sched__sched_stat_wait(event_name, context, common_cpu,  argument 397 def sched__sched_process_wait(event_name, context, common_cpu,  argument 402 def sched__sched_process_exit(event_name, context, common_cpu,  argument 407 def sched__sched_process_free(event_name, context, common_cpu,  argument 412 def sched__sched_migrate_task(event_name, context, common_cpu,  argument 430 def sched__sched_wakeup_new(event_name, context, common_cpu,  argument [all …] 
 | 
| D | powerpc-hcalls.py | 173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain,  argument 197 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm,  argument
  | 
| D | intel-pt-events.py | 231 def common_start_str(comm, sample):  argument 243 def print_common_start(comm, sample, name):  argument 253 def print_instructions_start(comm, sample):  argument 299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn):  argument
  | 
| D | futex-contention.py | 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain,  argument 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain,  argument
  | 
| D | arm-cs-trace-disasm.py | 129 def common_start_str(comm, sample):  argument 139 def print_srccode(comm, param_dict, sample, symbol, dso):  argument
  | 
| D | task-analyzer.py | 304         def __init__(self, pid, tid, comm, runs, acc, mean,  argument 534     def __init__(self, id, tid, cpu, comm):  argument 752 def _handle_task_start(tid, cpu, comm, time):  argument 777 def _limit_filtered(tid, pid, comm):  argument
  | 
| D | compaction-times.py | 32 	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
  | 
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ | 
| D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf):  argument 38         def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC):  argument 58         def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS):  argument 87         def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL):  argument
  | 
| /tools/perf/tests/ | 
| D | keep-tracking.c | 33 static int find_comm(struct evlist *evlist, const char *comm)  in find_comm() 79 	const char *comm;  in test__keep_tracking()  local
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | test_core_reloc_kernel.c | 22 	char comm[sizeof("test_progs")];  member 30 	char comm[16];  member
  | 
| D | test_raw_tp_test_run.c | 12 int BPF_PROG(rename, struct task_struct *task, char *comm)  in BPF_PROG()
  | 
| D | test_skb_helpers.c | 21 	char comm[TEST_COMM_LEN];  in test_skb_helpers()  local
  | 
| D | test_ringbuf_n.c | 17 	char comm[16];  member
  | 
| /tools/testing/selftests/drivers/net/lib/py/ | 
| D | env.py | 214     def _require_cmd(self, comm, key, host=None):  argument 222     def require_cmd(self, comm, local=True, remote=False):  argument
  | 
| D | remote_netns.py | 14     def cmd(self, comm):  argument
  | 
| D | remote_ssh.py | 22     def cmd(self, comm):  argument
  | 
| /tools/bpf/bpftool/skeleton/ | 
| D | pid_iter.h | 11 	char comm[16];  member
  | 
| /tools/lib/perf/include/internal/ | 
| D | threadmap.h | 11 	char	*comm;  member
  | 
| /tools/testing/selftests/net/lib/py/ | 
| D | utils.py | 17 …  def __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5):  argument 55     def __init__(self, comm, shell=True, fail=None, ns=None, host=None,  argument
  |