Searched defs:comm (Results 1 - 58 of 58) sorted by relevance

/linux-4.1.27/drivers/scsi/aacraid/
H A Drkt.c46 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) aac_rkt_select_comm() argument
H A Dcomminit.c276 struct aac_queue_block * comm = dev->queues; aac_comm_init() local
H A Drx.c516 int aac_rx_select_comm(struct aac_dev *dev, int comm) aac_rx_select_comm() argument
H A Dsrc.c607 int aac_src_select_comm(struct aac_dev *dev, int comm) aac_src_select_comm() argument
/linux-4.1.27/tools/perf/util/
H A Dcomm.h10 struct comm { struct
H A Dcomm.c79 struct comm *comm = zalloc(sizeof(*comm)); comm__new() local
98 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) comm__override() argument
116 void comm__free(struct comm *comm) comm__free() argument
122 const char *comm__str(const struct comm *comm) comm__str() argument
H A Dthread-stack.h60 struct comm *comm; member in struct:call_return
H A Dthread.h61 static inline int thread__set_comm(struct thread *thread, const char *comm, thread__set_comm() argument
H A Dtool.h37 comm, member in struct:perf_tool
H A Dthread.c32 struct comm *comm; thread__new() local
68 struct comm *comm, *tmp; thread__delete() local
109 struct comm *comm, *last = NULL; thread__exec_comm() local
148 const struct comm *comm = thread__comm(thread); thread__comm_str() local
160 const char *comm = thread__comm_str(thread); thread__comm_len() local
203 const char *comm = thread__comm_str(parent); thread__fork() local
H A Ddb-export.c30 struct comm *comm; member in struct:deferred_export
63 static int db_export__defer_comm(struct db_export *dbe, struct comm *comm) db_export__defer_comm() argument
164 int db_export__comm(struct db_export *dbe, struct comm *comm, db_export__comm() argument
186 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, db_export__comm_thread() argument
295 struct comm *comm = NULL; db_export__sample() local
122 db_export__thread(struct db_export *dbe, struct thread *thread, struct machine *machine, struct comm *comm) db_export__thread() argument
H A Dthread-stack.c105 struct comm *comm; member in struct:thread_stack
663 int thread_stack__process(struct thread *thread, struct comm *comm, thread_stack__process() argument
H A Devent.c56 static int perf_event__get_comm_ids(pid_t pid, char *comm, size_t len, perf_event__get_comm_ids() argument
H A Dsort.h89 struct comm *comm; member in struct:hist_entry
H A Devent.h39 char comm[16]; member in struct:comm_event
287 struct comm_event comm; member in union:perf_event
H A Dpython.c556 comm = 0, pyrf_evsel__init() local
H A Dmachine.c50 char comm[64]; machine__init() local
H A Dsort.c72 const char *comm = thread__comm_str(he->thread); hist_entry__thread_snprintf() local
/linux-4.1.27/sound/usb/6fire/
H A Dchip.h28 struct comm_runtime *comm; member in struct:sfire_chip
/linux-4.1.27/tools/perf/tests/
H A Dkeep-tracking.c26 static int find_comm(struct perf_evlist *evlist, const char *comm) find_comm() argument
68 const char *comm; test__keep_tracking() local
H A Dhists_common.c13 const char *comm; member in struct:__anon14798
H A Dhists_cumulate.c161 const char *comm; member in struct:result
H A Dswitch-tracking.c326 const char *comm; test__switch_tracking() local
62 check_comm(struct switch_tracking *switch_tracking, union perf_event *event, const char *comm, int nr) check_comm() argument
/linux-4.1.27/tools/lib/traceevent/
H A Dplugin_sched_switch.c51 const char *comm; write_and_save_comm() local
H A Dparse-filter.c32 static struct format_field comm = { variable in typeref:struct:format_field
1699 const char *comm; get_comm() local
H A Devent-parse.c137 char *comm; member in struct:cmdline
156 char *comm; member in struct:cmdline_list
191 const struct cmdline *comm; find_cmdline() local
220 const struct cmdline *comm; pevent_pid_is_registered() local
244 static int add_new_comm(struct pevent *pevent, const char *comm, int pid) add_new_comm() argument
296 int pevent_register_comm(struct pevent *pevent, const char *comm, int pid) pevent_register_comm() argument
5066 const char *comm; pevent_data_comm_from_pid() local
5073 pid_from_cmdlist(struct pevent *pevent, const char *comm, struct cmdline *next) pid_from_cmdlist() argument
5101 struct cmdline *pevent_data_pid_from_comm(struct pevent *pevent, const char *comm, pevent_data_pid_from_comm() argument
5212 const char *comm; pevent_print_event() local
/linux-4.1.27/drivers/block/paride/
H A Dcomm.c190 static struct pi_protocol comm = { variable in typeref:struct:pi_protocol
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Dlockdep.h25 char comm[17]; member in struct:task_struct
/linux-4.1.27/security/
H A Dlsm_audit.c214 char comm[sizeof(current->comm)]; dump_common_audit_data() local
284 char comm[sizeof(tsk->comm)]; dump_common_audit_data() local
/linux-4.1.27/include/linux/iio/adc/
H A Dad_sigma_delta.h70 uint8_t comm; member in struct:ad_sigma_delta
/linux-4.1.27/drivers/iio/adc/
H A Dad_sigma_delta.c40 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, uint8_t comm) ad_sd_set_comm() argument
/linux-4.1.27/include/uapi/linux/
H A Dcn_proc.h112 char comm[16]; member in struct:proc_event::__anon13169::comm_proc_event
113 } comm; member in union:proc_event::__anon13169
H A Dperf_event.h303 comm : 1, /* include comm data */ member in struct:perf_event_attr
/linux-4.1.27/kernel/time/
H A Dtimer_stats.c77 char comm[TASK_COMM_LEN + 1]; member in struct:entry
167 static struct entry *tstat_lookup(struct entry *entry, char *comm) tstat_lookup() argument
234 timer_stats_update_stats(void *timer, pid_t pid, void *startf, void *timerf, char *comm, unsigned int timer_flag) timer_stats_update_stats() argument
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c260 const char *comm = thread__comm_str(thread); perl_process_tracepoint() local
H A Dtrace-event-python.c397 const char *comm = thread__comm_str(al->thread); python_process_tracepoint() local
570 static int python_export_comm(struct db_export *dbe, struct comm *comm) python_export_comm() argument
587 python_export_comm_thread(struct db_export *dbe, u64 db_id, struct comm *comm, struct thread *thread) python_export_comm_thread() argument
/linux-4.1.27/drivers/misc/
H A Dpti.c172 char comm[TASK_COMM_LEN]; pti_control_frame_built_and_sent() local
/linux-4.1.27/drivers/dma/sh/
H A Drcar-hpbdma.c542 struct resource *chan, *comm, *rest, *mode, *irq_res; hpb_dmae_probe() local
/linux-4.1.27/kernel/
H A Dsys.c2056 unsigned char comm[sizeof(me->comm)]; SYSCALL_DEFINE5() local
H A Daudit.c1864 char comm[sizeof(tsk->comm)]; audit_log_task_info() local
H A Dauditsc.c2364 char comm[sizeof(current->comm)]; audit_log_task() local
958 audit_log_pid_context(struct audit_context *context, pid_t pid, kuid_t auid, kuid_t uid, unsigned int sessionid, u32 sid, char *comm) audit_log_pid_context() argument
/linux-4.1.27/kernel/trace/
H A Dtrace_functions_graph.c499 char comm[TASK_COMM_LEN]; print_graph_proc() local
H A Dtrace_output.c481 char comm[TASK_COMM_LEN]; lat_print_generic() local
568 char comm[TASK_COMM_LEN]; trace_print_context() local
607 char comm[TASK_COMM_LEN]; trace_print_lat_context() local
892 char comm[TASK_COMM_LEN]; trace_ctxwake_print() local
H A Dtrace_probe.h269 const char *comm; /* Command of this argument */ member in struct:probe_arg
H A Dtrace.h158 char comm[TASK_COMM_LEN]; member in struct:trace_array_cpu
H A Dtrace.c1577 static void __trace_find_cmdline(int pid, char comm[]) __trace_find_cmdline() argument
1603 void trace_find_cmdline(int pid, char comm[]) trace_find_cmdline() argument
/linux-4.1.27/net/nfc/
H A Dnetlink.c892 u8 comm; nfc_genl_dep_link_up() local
/linux-4.1.27/drivers/tty/
H A Dtty_io.c2820 char comm[TASK_COMM_LEN]; tty_warn_deprecated_flags() local
/linux-4.1.27/arch/ia64/kernel/
H A Dmca.c875 char *p, comm[sizeof(current->comm)]; ia64_mca_modify_comm() local
/linux-4.1.27/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c1025 struct asn1_octstr comm; snmp_parse_mangle() local
/linux-4.1.27/mm/
H A Dkmemleak.c164 char comm[TASK_COMM_LEN]; /* executable name */ member in struct:kmemleak_object
/linux-4.1.27/tools/perf/
H A Dbuiltin-timechart.c119 char *comm; member in struct:per_pidcomm
214 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) pid_set_comm() argument
1136 char comm[256]; draw_io_bars() local
1288 char comm[256]; draw_process_bars() local
H A Dbuiltin-sched.c39 char comm[COMM_LEN]; member in struct:task_desc
696 const char *comm = perf_evsel__strval(evsel, sample, "comm"); replay_wakeup_event() local
327 register_pid(struct perf_sched *sched, unsigned long pid, const char *comm) register_pid() argument
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h592 struct mlx4_comm __iomem *comm; member in struct:mlx4_mfunc
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib.h208 char comm[16]; member in struct:qib_ctxtdata
/linux-4.1.27/kernel/events/
H A Dcore.c5643 char *comm; member in struct:perf_comm_event
5694 char comm[TASK_COMM_LEN]; perf_event_comm_event() local
/linux-4.1.27/include/linux/
H A Dsched.h1460 char comm[TASK_COMM_LEN]; /* executable name excluding path member in struct:task_struct
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_drv.h497 char comm[TASK_COMM_LEN]; member in struct:drm_i915_error_state::drm_i915_error_ring

Completed in 1971 milliseconds