Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 13 of 13) sorted by relevance

/tools/perf/scripts/python/
Dexport-to-postgresql.py990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
1001 def comm_thread_table(comm_thread_id, comm_id, thread_id, *x): argument
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument
Dexported-sql-viewer.py528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
1131 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument
1176 def ExecComm(db, thread_id, time): argument
1239 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
1302 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
[all …]
/tools/testing/selftests/sync/
Dsync_stress_parallelism.c42 int thread_id = (long)d; in test_stress_two_threads_shared_timeline_thread() local
/tools/testing/selftests/bpf/prog_tests/
Dmap_lock.c54 pthread_t thread_id[6]; in test_map_lock() local
Dspin_lock.c131 pthread_t thread_id[4]; in test_spin_lock_success() local
Dbpf_iter.c219 pthread_t thread_id; in test_task_common_nocheck() local
347 pthread_t thread_id; in test_task_file() local
/tools/testing/selftests/arm64/mte/
Dcheck_gcr_el1_cswitch.c71 pthread_t thread_id[MAX_THREADS]; in execute_test() local
/tools/testing/selftests/powerpc/dscr/
Ddscr_explicit_test.c90 pthread_t thread_id; member
Ddscr_default_test.c73 pthread_t thread_id; member
/tools/testing/selftests/bpf/
Dtest_lpm_map.c749 pthread_t thread_id[4]; in test_lpm_multi_thread() local
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c114 static inline char *compute_chunk_start_addr(unsigned int thread_id) in compute_chunk_start_addr()
/tools/power/x86/turbostat/
Dturbostat.c559 int thread_id; member
2943 int thread_id = 0; in get_thread_siblings() local
6048 int thread_id = cpus[cpu_id].thread_id; in init_counter() local
/tools/perf/
Dbuiltin-record.c162 pthread_t thread_id; member