Home
last modified time | relevance | path

Searched defs:thread (Results 326 - 350 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c346 struct thread *thread = al->thread; in perl_process_tracepoint() local
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddb-export.c62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread() argument
82 __db_export__comm(struct db_export *dbe, struct comm *comm, struct thread *thread) __db_export__comm() argument
93 db_export__comm(struct db_export *dbe, struct comm *comm, struct thread *thread) db_export__comm() argument
133 db_export__comm_thread(struct db_export *dbe, struct comm *comm, struct thread *thread) db_export__comm_thread() argument
209 call_path_from_sample(struct db_export *dbe, struct machine *machine, struct thread *thread, struct perf_sample *sample, struct evsel *evsel) call_path_from_sample() argument
294 db_export__threads(struct db_export *dbe, struct thread *thread, struct thread *main_thread, struct machine *machine, struct comm **comm_ptr) db_export__threads() argument
352 struct thread *thread = al->thread; db_export__sample() local
532 struct thread *thread = machine__find_thread(machine, pid, tid); db_export__pid_tid() local
[all...]
H A Dthread.c22 int thread__init_maps(struct thread *thread, struct machine *machine) in thread__init_maps() argument
45 struct thread *thread; thread__new() local
92 thread__delete(struct thread *thread) thread__delete() argument
131 thread__get(struct thread *thread) thread__get() argument
141 thread__put(struct thread *thread) thread__put() argument
149 __thread__namespaces(struct thread *thread) __thread__namespaces() argument
157 thread__namespaces(struct thread *thread) thread__namespaces() argument
168 __thread__set_namespaces(struct thread *thread, u64 timestamp, struct perf_record_namespaces *event) __thread__set_namespaces() argument
192 thread__set_namespaces(struct thread *thread, u64 timestamp, struct perf_record_namespaces *event) thread__set_namespaces() argument
203 thread__comm(struct thread *thread) thread__comm() argument
211 thread__exec_comm(struct thread *thread) thread__exec_comm() argument
234 ____thread__set_comm(struct thread *thread, const char *str, u64 timestamp, bool exec) ____thread__set_comm() argument
259 __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, bool exec) __thread__set_comm() argument
270 thread__set_comm_from_proc(struct thread *thread) thread__set_comm_from_proc() argument
287 __thread__comm_str(struct thread *thread) __thread__comm_str() argument
297 thread__comm_str(struct thread *thread) thread__comm_str() argument
308 __thread__comm_len(struct thread *thread, const char *comm) __thread__comm_len() argument
318 thread__comm_len(struct thread *thread) thread__comm_len() argument
334 thread__fprintf(struct thread *thread, FILE *fp) thread__fprintf() argument
340 thread__insert_map(struct thread *thread, struct map *map) thread__insert_map() argument
352 __thread__prepare_access(struct thread *thread) __thread__prepare_access() argument
372 thread__prepare_access(struct thread *thread) thread__prepare_access() argument
382 thread__clone_maps(struct thread *thread, struct thread *parent, bool do_maps_clone) thread__clone_maps() argument
398 thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) thread__fork() argument
414 thread__find_cpumode_addr_location(struct thread *thread, u64 addr, struct addr_location *al) thread__find_cpumode_addr_location() argument
432 thread__main_thread(struct machine *machine, struct thread *thread) thread__main_thread() argument
443 thread__memcpy(struct thread *thread, struct machine *machine, void *buf, u64 ip, int len, bool *is64bit) thread__memcpy() argument
476 thread__free_stitch_list(struct thread *thread) thread__free_stitch_list() argument
[all...]
H A Dthread.h35 struct thread *thread; member
79 __thread__zput(struct thread **thread) __thread__zput() argument
93 thread__set_comm(struct thread *thread, const char *comm, u64 timestamp) thread__set_comm() argument
127 thread__maps(struct thread *thread) thread__maps() argument
132 thread__set_maps(struct thread *thread, struct maps *maps) thread__set_maps() argument
137 thread__pid(const struct thread *thread) thread__pid() argument
142 thread__set_pid(struct thread *thread, pid_t pid_) thread__set_pid() argument
147 thread__tid(const struct thread *thread) thread__tid() argument
152 thread__set_tid(struct thread *thread, pid_t tid) thread__set_tid() argument
157 thread__ppid(const struct thread *thread) thread__ppid() argument
162 thread__set_ppid(struct thread *thread, pid_t ppid) thread__set_ppid() argument
167 thread__cpu(const struct thread *thread) thread__cpu() argument
172 thread__set_cpu(struct thread *thread, int cpu) thread__set_cpu() argument
177 thread__guest_cpu(const struct thread *thread) thread__guest_cpu() argument
182 thread__set_guest_cpu(struct thread *thread, int guest_cpu) thread__set_guest_cpu() argument
187 thread__refcnt(struct thread *thread) thread__refcnt() argument
192 thread__comm_set(const struct thread *thread) thread__comm_set() argument
197 thread__set_comm_set(struct thread *thread, bool set) thread__set_comm_set() argument
202 thread__var_comm_len(const struct thread *thread) thread__var_comm_len() argument
207 thread__set_comm_len(struct thread *thread, int len) thread__set_comm_len() argument
212 thread__namespaces_list(struct thread *thread) thread__namespaces_list() argument
217 thread__namespaces_list_empty(const struct thread *thread) thread__namespaces_list_empty() argument
222 thread__namespaces_lock(struct thread *thread) thread__namespaces_lock() argument
227 thread__comm_list(struct thread *thread) thread__comm_list() argument
232 thread__comm_lock(struct thread *thread) thread__comm_lock() argument
237 thread__db_id(const struct thread *thread) thread__db_id() argument
242 thread__set_db_id(struct thread *thread, u64 db_id) thread__set_db_id() argument
247 thread__priv(struct thread *thread) thread__priv() argument
252 thread__set_priv(struct thread *thread, void *p) thread__set_priv() argument
257 thread__ts(struct thread *thread) thread__ts() argument
262 thread__set_ts(struct thread *thread, struct thread_stack *ts) thread__set_ts() argument
267 thread__nsinfo(struct thread *thread) thread__nsinfo() argument
272 thread__srccode_state(struct thread *thread) thread__srccode_state() argument
277 thread__filter(const struct thread *thread) thread__filter() argument
282 thread__set_filter(struct thread *thread, bool filter) thread__set_filter() argument
287 thread__filter_entry_depth(const struct thread *thread) thread__filter_entry_depth() argument
292 thread__set_filter_entry_depth(struct thread *thread, int depth) thread__set_filter_entry_depth() argument
297 thread__lbr_stitch_enable(const struct thread *thread) thread__lbr_stitch_enable() argument
302 thread__set_lbr_stitch_enable(struct thread *thread, bool en) thread__set_lbr_stitch_enable() argument
307 thread__lbr_stitch(struct thread *thread) thread__lbr_stitch() argument
312 thread__set_lbr_stitch(struct thread *thread, struct lbr_stitch *lbrs) thread__set_lbr_stitch() argument
317 thread__is_filtered(struct thread *thread) thread__is_filtered() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c600 pthread_t thread; in spawn_kick_thread_for_poll() local
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dfsgsbase.c597 pthread_t thread; in main() local
/kernel/liteos_a/compat/posix/src/
H A Dpthread.c217 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument
356 pthread_join(pthread_t thread, void **retVal) pthread_join() argument
416 pthread_detach(pthread_t thread) pthread_detach() argument
460 pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) pthread_setschedparam() argument
501 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) pthread_getschedparam() argument
686 pthread_cancel(pthread_t thread) pthread_cancel() argument
784 pthread_setaffinity_np(pthread_t thread, size_t cpusetsize, const cpu_set_t* cpuset) pthread_setaffinity_np() argument
797 pthread_getaffinity_np(pthread_t thread, size_t cpusetsize, cpu_set_t* cpuset) pthread_getaffinity_np() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dstop_machine.c38 struct task_struct *thread; member
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dptrace.c296 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
310 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
327 struct thread_info *thread = task_thread_info(tsk); in ptrace_getcrunchregs() local
339 struct thread_info *thread = task_thread_info(tsk); ptrace_setcrunchregs() local
611 struct thread_info *thread = task_thread_info(target); fpa_set() local
643 struct thread_info *thread = task_thread_info(target); vfp_get() local
665 struct thread_info *thread = task_thread_info(target); vfp_set() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1160 struct task_struct *thread; in pseudo_lock_measure_cycles() local
1280 struct task_struct *thread; rdtgroup_pseudo_lock_create() local
[all...]
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dfault.c761 struct thread_struct *thread, *next; pfault_cpu_dead() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c457 struct thread_struct *thread = &(current->thread); in ptrace_triggered() local
543 struct thread_struct *thread = &tsk->thread; ptrace_write_dr7() local
594 struct thread_struct *thread = &tsk->thread; ptrace_get_debugreg() local
653 struct thread_struct *thread = &tsk->thread; ptrace_set_debugreg() local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dptrace.c46 struct thread_struct *thread = &task->thread; in update_cr_regs() local
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dp4.c953 int thread = p4_ht_config_thread(hwc->config); in p4_pmu_enable_event() local
1193 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr() argument
1214 unsigned int i, thread, num; in p4_pmu_schedule_events() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_dbg.c52 struct task_struct *thread; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c972 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dprocessor.h184 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
190 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl() argument
195 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl() argument
200 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl() argument
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dptrace.c1030 struct thread_struct *thread = &tsk->thread; set_single_step() local
[all...]
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c343 static struct thread { struct
[all...]
H A Dtestusb.c118 pthread_t thread; member
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dldt_gdt.c533 pthread_t thread; in do_multicpu_tests() local
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dptrace.c296 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
310 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
585 struct thread_info *thread = task_thread_info(target); fpa_set() local
615 struct thread_info *thread = task_thread_info(target); vfp_get() local
637 struct thread_info *thread = task_thread_info(target); vfp_set() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dptrace.c43 struct thread_struct *thread = &task->thread; in update_cr_regs() local
[all...]
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c65 struct cmdq_thread *thread; member
75 struct cmdq_thread *thread; member
94 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend() argument
114 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume() argument
130 cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_reset() argument
146 cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_disable() argument
153 cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) cmdq_thread_invalidate_fetched_data() argument
162 struct cmdq_thread *thread = task->thread; cmdq_task_insert_into_thread() local
179 cmdq_thread_is_in_wfe(struct cmdq_thread *thread) cmdq_thread_is_in_wfe() argument
199 struct cmdq_thread *thread = task->thread; cmdq_task_handle_error() local
213 cmdq_thread_irq_handler(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_irq_handler() argument
277 struct cmdq_thread *thread = &cmdq->thread[bit]; cmdq_irq_handler() local
290 struct cmdq_thread *thread; cmdq_suspend() local
333 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_send_data() local
401 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_shutdown() local
437 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_flush() local
497 struct cmdq_thread *thread; cmdq_xlate() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dpktcdvd.h56 struct task_struct *thread; member

Completed in 23 milliseconds

1...<<11121314151617181920>>...24