/tools/perf/util/ |
D | trigger.h | 37 #define TRIGGER_WARN_ONCE(t, exp) \ argument 41 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available() 46 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error() 51 static inline void trigger_on(struct trigger *t) in trigger_on() 57 static inline void trigger_ready(struct trigger *t) in trigger_ready() 64 static inline void trigger_hit(struct trigger *t) in trigger_hit() 72 static inline void trigger_off(struct trigger *t) in trigger_off() 79 static inline void trigger_error(struct trigger *t) in trigger_error() 84 static inline bool trigger_is_ready(struct trigger *t) in trigger_is_ready() 89 static inline bool trigger_is_hit(struct trigger *t) in trigger_is_hit()
|
D | debug.h | 37 #define pr_time_N(n, var, t, fmt, ...) \ argument 40 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument 41 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
|
D | trace-event.c | 29 int trace_event__init(struct trace_event *t) in trace_event__init() 66 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
|
D | tsc.c | 9 u64 t, quot, rem; in perf_time_to_tsc() local
|
D | debug.c | 58 static int veprintf_time(u64 t, const char *fmt, va_list args) in veprintf_time() 73 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) in eprintf_time()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 173 PyObject *t; in define_value() local 214 PyObject *t; in define_field() local 424 PyObject *t; in get_sample_value_as_tuple() local 462 PyObject *t = get_sample_value_as_tuple(&sample->read.group.values[i]); in set_sample_read_in_dict() local 466 PyObject *t = get_sample_value_as_tuple(&sample->read.one); in set_sample_read_in_dict() local 529 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local 656 PyObject *t; in tuple_new() local 664 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() 674 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32() 679 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string() [all …]
|
/tools/objtool/arch/x86/lib/ |
D | insn.c | 30 #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/intel-pt-decoder/ |
D | insn.c | 30 #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/pmu-events/ |
D | json.c | 132 int json_line(char *map, jsmntok_t *t) in json_line() 147 const char *json_name(jsmntok_t *t) in json_name() 152 int json_len(jsmntok_t *t) in json_len() 158 int json_streq(char *map, jsmntok_t *t, const char *s) in json_streq()
|
/tools/usb/ |
D | ffs-test.c | 392 static void init_thread(struct thread *t) in init_thread() 403 struct thread *t = arg; in cleanup_thread() local 435 struct thread *t = arg; in start_thread_helper() local 477 static void start_thread(struct thread *t) in start_thread() 485 static void join_thread(struct thread *t) in join_thread() 496 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap() 501 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap() 639 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
|
/tools/perf/tests/ |
D | builtin-test.c | 358 #define for_each_test(j, t) \ argument 362 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print() 529 struct test *t; in __cmd_test() local 619 struct test t = { in perf_test__list_shell() local 636 struct test *t; in perf_test__list() local
|
D | is_printable_array.c | 16 } t[] = { in test__is_printable_array() local
|
/tools/firewire/ |
D | nosy-dump.c | 175 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
|
D | decode-fcp.c | 145 decode_avc(struct link_transaction *t) in decode_avc() 174 decode_fcp(struct link_transaction *t) in decode_fcp()
|
/tools/accounting/ |
D | getdelays.c | 195 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument 197 static void print_delayacct(struct taskstats *t) in print_delayacct() 234 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts() 253 static void print_ioacct(struct taskstats *t) in print_ioacct()
|
/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 122 void print_test_case(struct test_case *t) in print_test_case() 271 bool run_test_case(struct socket_type s, struct test_case t) in run_test_case() 330 int s, t; in main() local
|
/tools/testing/nvdimm/test/ |
D | nfit.c | 386 struct nfit_test *t = container_of(acpi_desc, typeof(*t), acpi_desc); in nfit_test_ctl() local 494 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc() 528 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc() 542 struct nfit_test *t = instances[i]; in nfit_test_lookup() local 659 static int nfit_test0_alloc(struct nfit_test *t) in nfit_test0_alloc() 729 static int nfit_test1_alloc(struct nfit_test *t) in nfit_test1_alloc() 769 static void nfit_test0_setup(struct nfit_test *t) in nfit_test0_setup() 1436 static void nfit_test1_setup(struct nfit_test *t) in nfit_test1_setup()
|
/tools/lib/lockdep/tests/ |
D | ABBA_2threads.c | 26 pthread_t t; in main() local
|
/tools/perf/ui/tui/ |
D | util.c | 79 const char *t; in ui_browser__input_window() local 170 const char *t; in ui__question_window() local
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 282 struct thread_data *t; in for_all_cpus() local 683 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters() 766 int format_counters(struct thread_data *t, struct core_data *c, in format_counters() 1034 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters() 1202 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu() 1224 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters() 1281 int sum_counters(struct thread_data *t, struct core_data *c, in sum_counters() 1366 void compute_average(struct thread_data *t, struct core_data *c, in compute_average() 1508 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters() 2346 struct thread_data *t, *t2; in for_all_cpus_2() local [all …]
|
/tools/power/cpupower/utils/helpers/ |
D | amd.c | 44 int t; in get_did() local 58 int t; in get_cof() local
|
/tools/perf/bench/ |
D | numa.c | 496 int t; in parse_setup_cpu_list() local 633 int t; in parse_setup_node_list() local 880 int n, t; in count_process_nodes() local 915 int t, p; in count_node_processes() local 979 int t; in calc_convergence() local 1292 int t; in worker_process() local 1363 int t; in init_thread_data() local 1497 int i, t, p; in __bench_numa() local
|
D | sched-pipe.c | 87 int t; in bench_sched_pipe() local
|
/tools/virtio/ringtest/ |
D | main.h | 22 unsigned long long t; in wait_cycles() local
|
/tools/testing/selftests/ |
D | kselftest_harness.h | 634 static inline void __register_test(struct __test_metadata *t) in __register_test() 667 void __run_test(struct __test_metadata *t) in __run_test() 728 struct __test_metadata *t; in test_harness_run() local
|