Home
last modified time | relevance | path

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

12345

/tools/perf/util/
Dthread.h32 struct thread { struct
42 int guest_cpu; /* For QEMU thread */ argument
46 bool dead; /* if set thread has exited */ argument
54 struct thread_stack *ts; argument
69 struct thread *thread__new(pid_t pid, pid_t tid); argument
76 static inline void __thread__zput(struct thread **thread) in __thread__zput()
82 #define thread__zput(thread) __thread__zput(&thread) argument
84 static inline void thread__exited(struct thread *thread) in thread__exited()
95 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
129 static inline void *thread__priv(struct thread *thread) in thread__priv()
[all …]
Dthread.c22 int thread__init_maps(struct thread *thread, struct machine *machine) in thread__init_maps()
43 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
82 void thread__delete(struct thread *thread) in thread__delete()
119 struct thread *thread__get(struct thread *thread) in thread__get()
126 void thread__put(struct thread *thread) in thread__put()
155 static struct namespaces *__thread__namespaces(const struct thread *thread) in __thread__namespaces()
163 struct namespaces *thread__namespaces(struct thread *thread) in thread__namespaces()
174 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
198 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
209 struct comm *thread__comm(const struct thread *thread) in thread__comm()
[all …]
Dthread-stack.c113 static inline bool thread_stack__per_cpu(struct thread *thread) in thread_stack__per_cpu()
136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
173 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
208 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
226 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
298 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
338 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
364 int thread_stack__flush(struct thread *thread) in thread_stack__flush()
406 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event()
473 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_map_idx, int thread) in perf_counts()
27 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts__is_loaded()
33 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, 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
526 struct thread *thread = machine__find_thread(machine, pid, tid); in db_export__pid_tid() local
Dmachine.c87 static void thread__set_guest_comm(struct thread *thread, pid_t pid) in thread__set_guest_comm()
128 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local
243 struct thread *thread, *n; in machine__exit() local
426 struct thread *thread; in findnew_guest_code() local
712 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread() local
722 struct thread *thread) in machine__thread_exec_comm()
733 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() local
760 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() local
1864 struct thread *thread; in machine__process_mmap2_event() local
1932 struct thread *thread; in machine__process_mmap_event() local
[all …]
Dvdso.c144 struct thread *thread) in machine__thread_dso_type()
257 struct thread *thread, in __machine__findnew_vdso_compat()
291 struct thread *thread) in machine__find_vdso()
321 struct thread *thread) in machine__findnew_vdso()
Devent.c571 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map()
636 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb()
649 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol()
658 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode, in thread__find_symbol_fb()
687 struct thread *thread; in machine__resolve() local
799 void thread__resolve(struct thread *thread, struct addr_location *al, in thread__resolve()
Devsel.c1520 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas()
1541 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one()
1548 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count()
1563 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u64 *data) in evsel__process_group_data()
1597 static int evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) in evsel__read_group()
1627 int evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_counter()
1637 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) in __evsel__read_on_cpu()
1678 static int get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) in get_group_fd()
1705 for (int thread = thread_idx; thread < nr_threads - 1; thread++) in evsel__remove_fd() local
1736 int thread, int err) in evsel__ignore_missing_thread()
[all …]
/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
/tools/perf/tests/
Ddwarf-unwind.c111 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__thread(struct thread *thread) in test_dwarf_unwind__thread()
145 struct thread *thread = *(struct thread **)p1; in test_dwarf_unwind__compare() local
161 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_3(struct thread *thread) in test_dwarf_unwind__krava_3()
180 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_2(struct thread *thread) in test_dwarf_unwind__krava_2()
189 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_1(struct thread *thread) in test_dwarf_unwind__krava_1()
202 struct thread *thread; in test__dwarf_unwind() local
/tools/lib/perf/
Devsel.c57 int idx, thread; in perf_evsel__alloc_fd() local
87 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd()
117 int idx, thread, err = 0; in perf_evsel__open() local
182 int thread; in perf_evsel__close_fd_cpu() local
225 int idx, thread; in perf_evsel__munmap() local
247 int ret, idx, thread; in perf_evsel__mmap() local
282 void *perf_evsel__mmap_base(struct perf_evsel *evsel, int cpu_map_idx, int thread) in perf_evsel__mmap_base()
322 int thread, struct perf_counts_values *count) in perf_evsel__read_group()
387 int perf_evsel__read(struct perf_evsel *evsel, int cpu_map_idx, int thread, in perf_evsel__read()
416 int cpu_map_idx, int thread) in perf_evsel__ioctl()
[all …]
Devlist.c236 int cpu, int thread, u64 id) in perf_evlist__id_hash()
257 int cpu, int thread, u64 id) in perf_evlist__id_add()
265 int cpu, int thread, int fd) in perf_evlist__id_add_fd()
385 static void perf_evsel__set_sid_idx(struct perf_evsel *evsel, int idx, int cpu, int thread) in perf_evsel__set_sid_idx()
436 int thread, int *_output, int *_output_overwrite, int *nr_mmaps) in mmap_per_evsel()
533 int cpu, thread, idx = 0; in mmap_per_thread() local
576 int cpu, thread; in mmap_per_cpu() local
/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
/tools/perf/arch/x86/tests/
Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
53 struct thread *thread) in test__arch_unwind_sample()
/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack()
46 struct thread *thread) in test__arch_unwind_sample()
/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()
/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()
/tools/testing/selftests/kvm/
Dhardware_disable_test.c62 static inline void check_create_thread(pthread_t *thread, pthread_attr_t *attr, in check_create_thread()
71 static inline void check_set_affinity(pthread_t thread, cpu_set_t *cpu_set) in check_set_affinity()
79 static inline void check_join(pthread_t thread, void **retval) in check_join()
/tools/perf/python/
Dtwatch.py11 def main(context_switch = 0, thread = -1): argument
/tools/testing/selftests/x86/
Dsysret_ss_attrs.c61 pthread_t thread; in main() local
/tools/perf/arch/x86/util/
Darchinsn.c10 struct thread *thread, in arch_fetch_insn()
/tools/perf/arch/arm/util/
Dunwind-libdw.c7 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()
/tools/perf/arch/riscv/util/
Dunwind-libdw.c9 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()
/tools/perf/arch/csky/util/
Dunwind-libdw.c9 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()

12345