Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 42) sorted by relevance

12

/tools/perf/util/intel-pt-decoder/
Dinsn.c30 #define validate_next(t, insn, n) \ argument
33 #define __get_next(t, insn) \ argument
36 #define __peek_nbyte_next(t, insn, n) \ argument
39 #define get_next(t, insn) \ argument
42 #define peek_nbyte_next(t, insn, n) \ argument
45 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/tools/perf/util/scripting-engines/
Dtrace-event-python.c137 PyObject *t; in define_value() local
178 PyObject *t; in define_field() local
388 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
486 PyObject *t; in tuple_new() local
494 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
504 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
509 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
517 PyObject *t; in python_export_evsel() local
535 PyObject *t; in python_export_machine() local
554 PyObject *t; in python_export_thread() local
[all …]
/tools/perf/util/
Ddebug.h35 #define pr_time_N(n, var, t, fmt, ...) \ argument
38 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
39 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
Dtrace-event.c27 int trace_event__init(struct trace_event *t) in trace_event__init()
64 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
Dtsc.c8 u64 t, quot, rem; in perf_time_to_tsc() local
Ddebug.c56 static int __eprintf_time(u64 t, const char *fmt, va_list args) in __eprintf_time()
71 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) in eprintf_time()
Dsvghelper.c700 static void scan_thread_topology(int *map, struct topology *t, int cpu, int *pos) in scan_thread_topology()
717 static void scan_core_topology(int *map, struct topology *t) in scan_core_topology()
760 struct topology t; in svg_build_topology_map() local
Dstring.c140 char *t; in argv_split() local
Ddata-convert-bt.c36 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__) argument
652 struct bt_ctf_field_type *t = NULL; in event_class_add_field() local
763 #define ADD_FIELD(cl, t, n) \ in add_generic_types() argument
/tools/perf/tests/
Dbuiltin-test.c236 #define for_each_test(j, t) \ argument
242 struct test *t; in __cmd_test() local
291 struct test *t; in perf_test__list() local
Dhists_link.c140 struct thread *t, struct map *m, struct symbol *s) in find_sample()
/tools/testing/nvdimm/test/
Dnfit.c262 struct nfit_test *t = container_of(acpi_desc, typeof(*t), acpi_desc); in nfit_test_ctl() local
337 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc()
374 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc()
382 static void *test_alloc_coherent(struct nfit_test *t, size_t size, in test_alloc_coherent()
397 struct nfit_test *t = instances[i]; in nfit_test_lookup() local
422 static int nfit_test0_alloc(struct nfit_test *t) in nfit_test0_alloc()
472 static int nfit_test1_alloc(struct nfit_test *t) in nfit_test1_alloc()
490 static void nfit_test0_setup(struct nfit_test *t) in nfit_test0_setup()
1085 static void nfit_test1_setup(struct nfit_test *t) in nfit_test1_setup()
/tools/usb/
Dffs-test.c344 static void init_thread(struct thread *t) in init_thread()
355 struct thread *t = arg; in cleanup_thread() local
387 struct thread *t = arg; in start_thread_helper() local
429 static void start_thread(struct thread *t) in start_thread()
437 static void join_thread(struct thread *t) in join_thread()
448 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
453 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
591 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
/tools/firewire/
Dnosy-dump.c175 struct link_transaction *t; in link_transaction_lookup() local
199 link_transaction_destroy(struct link_transaction *t) in link_transaction_destroy()
226 handle_transaction(struct link_transaction *t) in handle_transaction()
265 struct link_transaction *t; in clear_pending_transaction_list() local
499 struct link_transaction *t; in handle_request_packet() local
564 struct link_transaction *t; in handle_response_packet() local
Ddecode-fcp.c144 decode_avc(struct link_transaction *t) in decode_avc()
173 decode_fcp(struct link_transaction *t) in decode_fcp()
/tools/power/x86/turbostat/
Dturbostat.c235 struct thread_data *t; in for_all_cpus() local
392 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters()
461 int format_counters(struct thread_data *t, struct core_data *c, in format_counters()
659 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
802 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
820 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
863 int sum_counters(struct thread_data *t, struct core_data *c, in sum_counters()
921 void compute_average(struct thread_data *t, struct core_data *c, in compute_average()
977 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
1614 struct thread_data *t, *t2; in for_all_cpus_2() local
[all …]
/tools/perf/ui/tui/
Dutil.c78 const char *t; in ui_browser__input_window() local
169 const char *t; in ui__question_window() local
/tools/power/cpupower/utils/helpers/
Damd.c34 int t; in get_did() local
46 int t; in get_cof() local
/tools/perf/bench/
Dsched-pipe.c85 int t; in bench_sched_pipe() local
Dnuma.c488 int t; in parse_setup_cpu_list() local
625 int t; in parse_setup_node_list() local
872 int n, t; in count_process_nodes() local
907 int t, p; in count_node_processes() local
971 int t; in calc_convergence() local
1283 int t; in worker_process() local
1354 int t; in init_thread_data() local
1488 int i, t, p; in __bench_numa() local
Dfutex-hash.c194 unsigned long t = worker[i].ops/runtime.tv_sec; in bench_futex_hash() local
Dfutex-lock-pi.c201 unsigned long t = worker[i].ops/runtime.tv_sec; in bench_futex_lock_pi() local
/tools/testing/selftests/timers/
Dinconsistency-check.c110 time_t t; in consistency_test() local
/tools/testing/selftests/seccomp/
Dtest_harness.h422 static inline void __register_test(struct __test_metadata *t) in __register_test()
452 void __run_test(struct __test_metadata *t) in __run_test()
507 struct __test_metadata *t; in test_harness_run() local
/tools/vm/
Dslabinfo.c264 static void decode_numa_list(int *numa, char *t) in decode_numa_list()
1048 struct slabinfo t; in sort_slabs() local
1073 struct aliasinfo t; in sort_aliases() local
1167 char *t; in read_slab_dir() local

12