/linux-4.4.14/tools/perf/util/ |
D | comm.h | 10 struct comm { struct 11 struct comm_str *comm_str; argument 21 void comm__free(struct comm *comm); argument
|
D | thread.c | 32 struct comm *comm; in thread__new() local 69 struct comm *comm, *tmp; in thread__delete() local 113 struct comm *comm, *last = NULL; in thread__exec_comm() local 152 const struct comm *comm = thread__comm(thread); in thread__comm_str() local 164 const char *comm = thread__comm_str(thread); in thread__comm_len() local 213 const char *comm = thread__comm_str(parent); in thread__fork() local
|
D | comm.c | 84 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()
|
D | db-export.c | 30 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
|
D | thread_map.h | 10 char *comm; member
|
D | thread_map.c | 359 static int get_comm(char **comm, pid_t pid) in get_comm() 386 char *comm = NULL; in comm_init() local
|
D | thread-stack.h | 60 struct comm *comm; member
|
D | thread.h | 62 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
|
D | tool.h | 42 comm, member
|
D | thread-stack.c | 105 struct comm *comm; member 671 int thread_stack__process(struct thread *thread, struct comm *comm, in thread_stack__process()
|
D | sort.h | 91 struct comm *comm; member
|
D | event.h | 39 char comm[16]; member 363 struct comm_event comm; member
|
D | event.c | 64 static int perf_event__get_comm_ids(pid_t pid, char *comm, size_t len, in perf_event__get_comm_ids()
|
D | python.c | 604 comm = 0, in pyrf_evsel__init() local
|
D | machine.c | 54 char comm[64]; in machine__init() local
|
D | sort.c | 73 const char *comm = thread__comm_str(he->thread); in hist_entry__thread_snprintf() local
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | netdev-times.py | 227 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 …]
|
D | sched-migration.py | 353 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 …]
|
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 | net_dropmonitor.py | 69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, 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 | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
D | call-graph-from-postgresql.py | 94 def setUpLevel1(self, comm_id, comm): argument
|
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 24 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
|
/linux-4.4.14/tools/perf/tests/ |
D | keep-tracking.c | 26 static int find_comm(struct perf_evlist *evlist, const char *comm) in find_comm() 68 const char *comm; in test__keep_tracking() local
|
D | switch-tracking.c | 63 union perf_event *event, const char *comm, int nr) in check_comm() 326 const char *comm; in test__switch_tracking() local
|
D | hists_common.c | 13 const char *comm; member
|
D | hists_cumulate.c | 165 const char *comm; member
|
/linux-4.4.14/kernel/time/ |
D | timer_stats.c | 77 char comm[TASK_COMM_LEN + 1]; member 167 static struct entry *tstat_lookup(struct entry *entry, char *comm) in tstat_lookup() 236 void *timerf, char *comm, u32 tflags) in timer_stats_update_stats()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | rkt.c | 46 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) in aac_rkt_select_comm()
|
D | comminit.c | 274 struct aac_queue_block * comm = dev->queues; in aac_comm_init() local
|
D | rx.c | 516 int aac_rx_select_comm(struct aac_dev *dev, int comm) in aac_rx_select_comm()
|
D | src.c | 615 int aac_src_select_comm(struct aac_dev *dev, int comm) in aac_src_select_comm()
|
D | aacraid.h | 1283 #define aac_adapter_comm(dev,comm) \ argument
|
/linux-4.4.14/security/ |
D | lsm_audit.c | 214 char comm[sizeof(current->comm)]; in dump_common_audit_data() local 299 char comm[sizeof(tsk->comm)]; in dump_common_audit_data() local
|
/linux-4.4.14/sound/usb/6fire/ |
D | chip.h | 28 struct comm_runtime *comm; member
|
/linux-4.4.14/samples/bpf/ |
D | tracex2_kern.c | 66 char comm[16]; member
|
D | tracex2_user.c | 25 char comm[16]; member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 51 const char *comm; in write_and_save_comm() local
|
D | event-parse.c | 137 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() 296 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) in pevent_register_comm() 5193 const char *comm; in pevent_data_comm_from_pid() local 5200 pid_from_cmdlist(struct pevent *pevent, const char *comm, struct cmdline *next) in pid_from_cmdlist() 5228 struct cmdline *pevent_data_pid_from_comm(struct pevent *pevent, const char *comm, in pevent_data_pid_from_comm() 5339 const char *comm; in pevent_print_event() local
|
D | parse-filter.c | 32 static struct format_field comm = { variable 1699 const char *comm; in get_comm() local
|
/linux-4.4.14/include/uapi/linux/ |
D | cn_proc.h | 112 char comm[16]; member 113 } comm; member
|
D | perf_event.h | 308 comm : 1, /* include comm data */ member
|
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/ |
D | lockdep.h | 25 char comm[17]; member
|
/linux-4.4.14/drivers/block/paride/ |
D | comm.c | 190 static struct pi_protocol comm = { variable
|
/linux-4.4.14/kernel/trace/ |
D | trace_output.c | 437 char comm[TASK_COMM_LEN]; in lat_print_generic() local 528 char comm[TASK_COMM_LEN]; in trace_print_context() local 568 char comm[TASK_COMM_LEN]; in trace_print_lat_context() local 853 char comm[TASK_COMM_LEN]; in trace_ctxwake_print() local
|
D | trace_probe.h | 269 const char *comm; /* Command of this argument */ member
|
D | trace_functions_graph.c | 498 char comm[TASK_COMM_LEN]; in print_graph_proc() local
|
D | trace.h | 155 char comm[TASK_COMM_LEN]; member
|
D | trace.c | 1599 static void __trace_find_cmdline(int pid, char comm[]) in __trace_find_cmdline() 1625 void trace_find_cmdline(int pid, char comm[]) in trace_find_cmdline()
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 398 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()
|
D | trace-event-perl.c | 261 const char *comm = thread__comm_str(thread); in perl_process_tracepoint() local
|
/linux-4.4.14/include/linux/iio/adc/ |
D | ad_sigma_delta.h | 70 uint8_t comm; member
|
/linux-4.4.14/drivers/iio/adc/ |
D | ad_sigma_delta.c | 40 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm) in ad_sd_set_comm()
|
/linux-4.4.14/tools/perf/ |
D | builtin-timechart.c | 119 char *comm; member 214 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 1137 char comm[256]; in draw_io_bars() local 1289 char comm[256]; in draw_process_bars() local
|
D | builtin-sched.c | 39 char comm[COMM_LEN]; member 330 unsigned long pid, const char *comm) in register_pid() 698 const char *comm = perf_evsel__strval(evsel, sample, "comm"); in replay_wakeup_event() local 1590 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms() local
|
/linux-4.4.14/drivers/misc/ |
D | pti.c | 172 char comm[TASK_COMM_LEN]; in pti_control_frame_built_and_sent() local
|
/linux-4.4.14/kernel/ |
D | auditsc.c | 961 u32 sid, char *comm) in audit_log_pid_context() 2364 char comm[sizeof(current->comm)]; in audit_log_task() local
|
D | audit.c | 1878 char comm[sizeof(tsk->comm)]; in audit_log_task_info() local
|
D | sys.c | 2079 unsigned char comm[sizeof(me->comm)]; in SYSCALL_DEFINE5() local
|
/linux-4.4.14/drivers/dma/sh/ |
D | rcar-hpbdma.c | 542 struct resource *chan, *comm, *rest, *mode, *irq_res; in hpb_dmae_probe() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca.c | 875 char *p, comm[sizeof(current->comm)]; in ia64_mca_modify_comm() local
|
/linux-4.4.14/net/nfc/ |
D | netlink.c | 900 u8 comm; in nfc_genl_dep_link_up() local
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 171 char comm[TASK_COMM_LEN]; /* executable name */ member
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 1025 struct asn1_octstr comm; in snmp_parse_mangle() local
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2813 char comm[TASK_COMM_LEN]; in tty_warn_deprecated_flags() local
|
/linux-4.4.14/kernel/events/ |
D | core.c | 5828 char *comm; member 5879 char comm[TASK_COMM_LEN]; in perf_event_comm_event() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib.h | 208 char comm[16]; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 603 struct mlx4_comm __iomem *comm; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | hfi.h | 265 char comm[TASK_COMM_LEN]; member
|
/linux-4.4.14/include/linux/ |
D | sched.h | 1547 char comm[TASK_COMM_LEN]; /* executable name excluding path member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.h | 581 char comm[TASK_COMM_LEN]; member
|