/Linux-v4.19/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 | 39 struct comm *comm; in thread__new() local 79 struct comm *comm, *tmp_comm; in thread__delete() local 184 struct comm *comm, *last = NULL; in thread__exec_comm() local 234 char *comm = NULL; in thread__set_comm_from_proc() local 250 const struct comm *comm = thread__comm(thread); in __thread__comm_str() local 273 const char *comm = thread__comm_str(thread); in thread__comm_len() local 355 const char *comm = thread__comm_str(parent); in thread__fork() local
|
D | comm.c | 109 struct comm *comm = zalloc(sizeof(*comm)); in comm__new() local 126 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() 143 void comm__free(struct comm *comm) in comm__free() 149 const char *comm__str(const struct comm *comm) in comm__str()
|
D | db-export.c | 32 struct comm *comm; member 65 static int db_export__defer_comm(struct db_export *dbe, struct comm *comm) in db_export__defer_comm() 125 struct machine *machine, struct comm *comm) in db_export__thread() 171 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm() 193 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread() 362 struct comm *comm = NULL; in db_export__sample() local
|
D | data-convert-bt.c | 900 __FUNC_PROCESS_NON_SAMPLE(comm, in __FUNC_PROCESS_NON_SAMPLE() argument 901 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() 903 __NON_SAMPLE_SET_FIELD(comm, string, comm); argument 1249 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(comm, in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS() argument 1252 __NON_SAMPLE_ADD_FIELD(string, comm); argument
|
D | thread_map.h | 11 char *comm; member
|
D | thread-stack.h | 59 struct comm *comm; member
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | netdev-times.py | 228 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 234 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 240 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 246 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument 252 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 256 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument 262 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 268 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 274 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 280 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
D | sched-migration.py | 357 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 374 def sched__sched_stat_runtime(event_name, context, common_cpu, argument 379 def sched__sched_stat_iowait(event_name, context, common_cpu, argument 384 def sched__sched_stat_sleep(event_name, context, common_cpu, argument 389 def sched__sched_stat_wait(event_name, context, common_cpu, argument 399 def sched__sched_process_wait(event_name, context, common_cpu, argument 404 def sched__sched_process_exit(event_name, context, common_cpu, argument 409 def sched__sched_process_free(event_name, context, common_cpu, argument 414 def sched__sched_migrate_task(event_name, context, common_cpu, argument 432 def sched__sched_wakeup_new(event_name, context, common_cpu, argument [all …]
|
D | powerpc-hcalls.py | 171 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument 195 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm, argument
|
D | futex-contention.py | 24 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
|
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
|
D | net_dropmonitor.py | 70 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
|
D | intel-pt-events.py | 76 def print_common_start(comm, sample, name): argument
|
/Linux-v4.19/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
|
/Linux-v4.19/tools/perf/tests/ |
D | keep-tracking.c | 27 static int find_comm(struct perf_evlist *evlist, const char *comm) in find_comm() 73 const char *comm; in test__keep_tracking() local
|
D | switch-tracking.c | 65 union perf_event *event, const char *comm, int nr) in check_comm() 334 const char *comm; in test__switch_tracking() local
|
/Linux-v4.19/security/ |
D | lsm_audit.c | 214 char comm[sizeof(current->comm)]; in dump_common_audit_data() local 312 char comm[sizeof(tsk->comm)]; in dump_common_audit_data() local
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | rkt.c | 47 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) in aac_rkt_select_comm()
|
/Linux-v4.19/sound/usb/6fire/ |
D | chip.h | 28 struct comm_runtime *comm; member
|
/Linux-v4.19/samples/bpf/ |
D | trace_event_kern.c | 15 char comm[TASK_COMM_LEN]; member
|
D | tracex2_kern.c | 66 char comm[16]; member
|
/Linux-v4.19/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 51 const char *comm; in write_and_save_comm() local
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 335 struct msm_gem_submit *submit, char *comm, char *cmd) in msm_gpu_crashstate_capture() 370 static void msm_gpu_crashstate_capture(struct msm_gpu *gpu, char *comm, in msm_gpu_crashstate_capture() 417 char *comm = NULL, *cmd = NULL; in recover_worker() local
|
/Linux-v4.19/include/uapi/linux/ |
D | cn_proc.h | 113 char comm[16]; member 114 } comm; member
|