Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 246) sorted by relevance

12345678910

/Linux-v5.4/tools/perf/util/
Dthread.h23 struct thread { struct
36 bool dead; /* if set thread has exited */ argument
44 struct thread_stack *ts; argument
55 struct thread *thread__new(pid_t pid, pid_t tid); argument
62 static inline void __thread__zput(struct thread **thread) in __thread__zput()
68 #define thread__zput(thread) __thread__zput(&thread) argument
70 static inline void thread__exited(struct thread *thread) in thread__exited()
81 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
115 static inline void *thread__priv(struct thread *thread) in thread__priv()
120 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
[all …]
Dthread.c22 int thread__init_map_groups(struct thread *thread, struct machine *machine) in thread__init_map_groups()
43 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
80 void thread__delete(struct thread *thread) in thread__delete()
116 struct thread *thread__get(struct thread *thread) in thread__get()
123 void thread__put(struct thread *thread) in thread__put()
152 static struct namespaces *__thread__namespaces(const struct thread *thread) in __thread__namespaces()
160 struct namespaces *thread__namespaces(struct thread *thread) in thread__namespaces()
171 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
195 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
206 struct comm *thread__comm(const struct thread *thread) in thread__comm()
[all …]
Dthread-stack.c105 static inline bool thread_stack__per_cpu(struct thread *thread) in thread_stack__per_cpu()
128 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
152 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
185 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
203 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
275 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
315 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
338 int thread_stack__flush(struct thread *thread) in thread_stack__flush()
356 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event()
415 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) in thread_stack__set_trace_nr()
[all …]
Dcounts.h21 perf_counts(struct perf_counts *counts, int cpu, int thread) in perf_counts()
27 perf_counts__is_loaded(struct perf_counts *counts, int cpu, int thread) in perf_counts__is_loaded()
33 perf_counts__set_loaded(struct perf_counts *counts, int cpu, int thread, bool loaded) in perf_counts__set_loaded()
Ddb-export.c62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
83 struct thread *thread) in __db_export__comm()
94 struct thread *thread) in db_export__comm()
134 struct thread *thread) in db_export__comm_thread()
211 struct thread *thread, in call_path_from_sample()
290 static int db_export__threads(struct db_export *dbe, struct thread *thread, in db_export__threads()
348 struct thread *thread = al->thread; in db_export__sample() local
528 struct thread *thread = machine__find_thread(machine, pid, tid); in db_export__pid_tid() local
Dmachine.c109 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local
224 struct thread *thread, *n; in machine__exit() local
588 struct thread *thread) in machine__thread_exec_comm()
599 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() local
626 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() local
1677 struct thread *thread; in machine__process_mmap2_event() local
1729 struct thread *thread; in machine__process_mmap_event() local
1820 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() local
1886 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event() local
1949 static void ip__resolve_ams(struct thread *thread, in ip__resolve_ams()
[all …]
Dvdso.c142 struct thread *thread) in machine__thread_dso_type()
255 struct thread *thread, in __machine__findnew_vdso_compat()
289 struct thread *thread) in machine__find_vdso()
319 struct thread *thread) in machine__findnew_vdso()
/Linux-v5.4/tools/perf/scripts/python/
Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
/Linux-v5.4/drivers/mailbox/
Dmtk-cmdq-mailbox.c66 struct cmdq_thread *thread; member
76 struct cmdq_thread *thread; member
81 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
101 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
117 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
133 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
140 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
149 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread() local
191 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
196 static void cmdq_thread_wait_end(struct cmdq_thread *thread, in cmdq_thread_wait_end()
[all …]
/Linux-v5.4/arch/arm/vfp/
Dvfpmodule.c62 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw()
76 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload()
90 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush()
118 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit()
129 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy()
161 struct thread_info *thread = v; in vfp_notifier() local
516 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate()
535 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
551 struct thread_info *thread = current_thread_info(); in vfp_preserve_user_clear_hwstate() local
589 struct thread_info *thread = current_thread_info(); in vfp_restore_user_hwstate() local
[all …]
/Linux-v5.4/tools/perf/tests/
Ddwarf-unwind.c97 noinline int test_dwarf_unwind__thread(struct thread *thread) in test_dwarf_unwind__thread()
131 struct thread *thread = *(struct thread **)p1; in test_dwarf_unwind__compare() local
147 noinline int test_dwarf_unwind__krava_3(struct thread *thread) in test_dwarf_unwind__krava_3()
166 noinline int test_dwarf_unwind__krava_2(struct thread *thread) in test_dwarf_unwind__krava_2()
171 noinline int test_dwarf_unwind__krava_1(struct thread *thread) in test_dwarf_unwind__krava_1()
179 struct thread *thread; in test__dwarf_unwind() local
/Linux-v5.4/tools/usb/
Dffs-test.c343 static struct thread { struct
347 ssize_t (*in)(struct thread *, void *, size_t); argument
350 ssize_t (*out)(struct thread *, const void *, size_t); argument
354 pthread_t id; argument
357 } threads[] = { argument
379 static void init_thread(struct thread *t) in init_thread() argument
/Linux-v5.4/tools/perf/lib/
Devsel.c47 int cpu, thread; in perf_evsel__alloc_fd() local
69 int cpu, thread, err = 0; in perf_evsel__open() local
119 int cpu, thread; in perf_evsel__close_fd() local
168 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read()
187 int cpu, thread; in perf_evsel__run_ioctl() local
Dthreadmap.c35 void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid) in perf_thread_map__set_pid()
40 char *perf_thread_map__comm(struct perf_thread_map *map, int thread) in perf_thread_map__comm()
88 pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread) in perf_thread_map__pid()
/Linux-v5.4/drivers/acpi/acpica/
Ddswstate.c412 struct acpi_walk_state *acpi_ds_get_current_walk_state(struct acpi_thread_state in acpi_ds_get_current_walk_state()
442 struct acpi_thread_state *thread) in acpi_ds_push_walk_state()
466 struct acpi_walk_state *acpi_ds_pop_walk_state(struct acpi_thread_state *thread) in acpi_ds_pop_walk_state()
511 struct acpi_thread_state in acpi_ds_create_walk_state()
Dexmutex.c37 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread; in acpi_ex_unlink_mutex() local
80 struct acpi_thread_state *thread) in acpi_ex_link_mutex()
461 void acpi_ex_release_all_mutexes(struct acpi_thread_state *thread) in acpi_ex_release_all_mutexes()
/Linux-v5.4/tools/perf/arch/arm/tests/
Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
46 struct thread *thread) in test__arch_unwind_sample()
/Linux-v5.4/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
46 struct thread *thread) in test__arch_unwind_sample()
/Linux-v5.4/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c15 struct thread *thread, u64 *regs) in sample_ustack()
47 struct thread *thread) in test__arch_unwind_sample()
/Linux-v5.4/tools/perf/arch/x86/tests/
Ddwarf-unwind.c15 struct thread *thread, u64 *regs) in sample_ustack()
47 struct thread *thread) in test__arch_unwind_sample()
/Linux-v5.4/arch/arm/mach-ep93xx/
Dcrunch.c23 void crunch_task_release(struct thread_info *thread) in crunch_task_release()
38 struct thread_info *thread = (struct thread_info *)t; in crunch_do() local
/Linux-v5.4/drivers/android/
Dbinder.c816 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked()
834 binder_enqueue_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_thread_work_ilocked()
851 binder_enqueue_thread_work(struct binder_thread *thread, in binder_enqueue_thread_work()
919 static bool binder_has_work_ilocked(struct binder_thread *thread, in binder_has_work_ilocked()
928 static bool binder_has_work(struct binder_thread *thread, bool do_proc_work) in binder_has_work()
939 static bool binder_available_for_proc_work_ilocked(struct binder_thread *thread) in binder_available_for_proc_work_ilocked()
951 struct binder_thread *thread; in binder_wakeup_poll_threads_ilocked() local
980 struct binder_thread *thread; in binder_select_thread_ilocked() local
1010 struct binder_thread *thread, in binder_wakeup_thread_ilocked()
1041 struct binder_thread *thread = binder_select_thread_ilocked(proc); in binder_wakeup_proc_ilocked() local
[all …]
/Linux-v5.4/arch/unicore32/kernel/
Dprocess.c205 struct thread_info *thread = current_thread_info(); in flush_thread() local
226 struct thread_info *thread = task_thread_info(p); in copy_thread() local
263 struct thread_info *thread = current_thread_info(); in dump_fpu() local
/Linux-v5.4/tools/perf/
Dbuiltin-script.c625 struct thread *thread, in perf_sample__fprintf_start()
734 struct thread *thread, in perf_sample__fprintf_brstack()
781 struct thread *thread, in perf_sample__fprintf_brstacksym()
826 struct thread *thread, in perf_sample__fprintf_brstackoff()
876 struct machine *machine, struct thread *thread, in grab_bb()
935 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr) in print_srccode()
970 static int ip__fprintf_sym(uint64_t addr, struct thread *thread, in ip__fprintf_sym()
1009 struct thread *thread, in perf_sample__fprintf_brstackinsn()
1149 struct thread *thread, in perf_sample__fprintf_addr()
1179 struct thread *thread, in resolve_branch_sym()
[all …]
/Linux-v5.4/arch/arm/kernel/
Dptrace.c297 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
311 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
328 struct thread_info *thread = task_thread_info(tsk); in ptrace_getcrunchregs() local
340 struct thread_info *thread = task_thread_info(tsk); in ptrace_setcrunchregs() local
619 struct thread_info *thread = task_thread_info(target); in fpa_set() local
657 struct thread_info *thread = task_thread_info(target); in vfp_get() local
694 struct thread_info *thread = task_thread_info(target); in vfp_set() local

12345678910