/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent.txt | 45 char pass:[*]pass:[*]*tep_plugin_list_options*(void); 57 …nt_event*(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_record pass:[*… 61 …struct tep_event pass:[*]*tep_find_event_by_name*(struct tep_handle pass:[*]_tep_, const char pass… 67 …ruct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*]_eventp_, const char pass:[*]_buf_… 70 …struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_… 71 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_); 72 …pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const … 73 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 81 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… 82 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… [all …]
|
A D | libtraceevent-field_get_val.txt | 16 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 17 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 18 …trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_rec… 19 …pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const …
|
A D | libtraceevent-field_print.txt | 16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p… 17 void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_e… 18 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char… 19 …ruct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char…
|
A D | libtraceevent-tseq.txt | 18 void *trace_seq_init*(struct trace_seq pass:[*]_s_); 19 void *trace_seq_destroy*(struct trace_seq pass:[*]_s_); 20 void *trace_seq_reset*(struct trace_seq pass:[*]_s_); 21 void *trace_seq_terminate*(struct trace_seq pass:[*]_s_); 22 int *trace_seq_putc*(struct trace_seq pass:[*]_s_, unsigned char _c_); 23 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_); 24 int *trace_seq_printf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, _..._); 25 int *trace_seq_vprintf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, va_list _args_); 26 int *trace_seq_do_printf*(struct trace_seq pass:[*]_s_); 27 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_); [all …]
|
A D | libtraceevent-filter.txt | 17 struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_); 18 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_); 19 void *tep_filter_reset*(struct tep_event_filter pass:[*]_filter_); 20 …p_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pass:[*]_… 21 int *tep_event_filtered*(struct tep_event_filter pass:[*]_filter_, int _event_id_); 22 int *tep_filter_remove_event*(struct tep_event_filter pass:[*]_filter_, int _event_id_); 23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:… 24 int *tep_filter_copy*(struct tep_event_filter pass:[*]_dest_, struct tep_event_filter pass:[*]_sour… 25 int *tep_filter_compare*(struct tep_event_filter pass:[*]_filter1_, struct tep_event_filter pass:[*… 26 char pass:[*]*tep_filter_make_string*(struct tep_event_filter pass:[*]_filter_, int _event_id_); [all …]
|
A D | libtraceevent-plugins.txt | 14 struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_); 15 void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]_… 16 void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_, 17 void (pass:[*]_load_plugin_)(struct tep_handle pass:[*]tep, 18 const char pass:[*]path, 19 const char pass:[*]name, 20 void pass:[*]data), 21 void pass:[*]_data_);
|
A D | libtraceevent-event_find.txt | 15 struct tep_event pass:[*]*tep_find_event*(struct tep_handle pass:[*]_tep_, int _id_); 16 struct tep_event pass:[*]*tep_find_event_by_name*(struct tep_handle pass:[*]_tep_, const char pass:… 17 struct tep_event pass:[*]*tep_find_event_by_record*(struct tep_handle pass:[*]_tep_, struct tep_rec…
|
A D | libtraceevent-func_apis.txt | 16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp… 17 …*tep_set_function_resolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, v… 18 void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_); 19 const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); 20 unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long … 21 …ep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long long _ad… 22 int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned… 62 or events have "%pS" parameter in its format string. It is common to pass in
|
A D | libtraceevent-field_find.txt | 15 struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const cha… 16 struct tep_format_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char… 17 struct tep_format_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char p…
|
A D | libtraceevent-reg_event_handler.txt | 20 … tep_handle pass:[*]_tep_, int _id_, const char pass:[*]_sys_name_, const char pass:[*]_event_name… 21 …truct tep_handle pass:[*]tep, int id, const char pass:[*]sys_name, const char pass:[*]event_name, … 23 …f int (*pass:[*]tep_event_handler_func*)(struct trace_seq pass:[*]s, struct tep_record pass:[*]rec…
|
A D | libtraceevent-parse_event.txt | 14 … *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsigned long _size_… 15 …ruct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*]_eventp_, const char pass:[*]_buf_…
|
A D | libtraceevent-commands.txt | 16 int *tep_register_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_); 17 int *tep_override_comm*(struct tep_handle pass:[*]_tep_, const char pass:[*]_comm_, int _pid_); 18 bool *tep_is_pid_registered*(struct tep_handle pass:[*]_tep_, int _pid_); 19 const char pass:[*]*tep_data_comm_from_pid*(struct tep_handle pass:[*]_pevent_, int _pid_); 20 struct cmdline pass:[*]*tep_data_pid_from_comm*(struct tep_handle pass:[*]_pevent_, const char pass… 21 int *tep_cmdline_pid*(struct tep_handle pass:[*]_pevent_, struct cmdline pass:[*]_cmdline_);
|
A D | libtraceevent-record_parse.txt | 23 int *tep_data_type*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 24 int *tep_data_pid*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 25 int *tep_data_preempt_count*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_); 26 int *tep_data_flags*(struct tep_handle pass:[*]_tep_, struct tep_record pass:[*]_rec_);
|
/linux/tools/testing/selftests/openat2/ |
A D | resolve_test.c | 114 bool pass; member 140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests() 171 .out.path = "etc", .pass = true }, in test_openat2_opath_tests() 214 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 217 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 220 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 223 .out.path = NULL, .pass = true }, in test_openat2_opath_tests() 331 .out.path = "/", .pass = true }, in test_openat2_opath_tests() 334 .out.path = "/", .pass = true }, in test_openat2_opath_tests() 467 if (test->pass) in test_openat2_opath_tests() [all …]
|
/linux/tools/perf/tests/ |
A D | time-utils-test.c | 79 bool pass = false; in test__perf_time__parse_for_ranges() local 128 pass = true; in test__perf_time__parse_for_ranges() 131 return pass; in test__perf_time__parse_for_ranges() 136 bool pass = true; in test__time_utils() local 138 pass &= test__parse_nsec_time("0", 0); in test__time_utils() 140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils() 168 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils() 185 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils() 200 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils() 215 pass &= test__perf_time__parse_for_ranges(&d); in test__time_utils() [all …]
|
/linux/arch/mips/include/asm/sibyte/ |
A D | sb1250_defs.h | 98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument 125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument 126 (~(SIBYTE_HDR_FMASK(chip, pass) \ 141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument 142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \ 146 #define SIBYTE_HDR_FEATURE_EXACT(chip, pass) \ argument 147 (!! (SIBYTE_HDR_FMASK(chip, pass) & SIBYTE_HDR_FEATURES)) 150 #define SIBYTE_HDR_FEATURE_UP_TO(chip, pass) \ argument [all …]
|
/linux/arch/mips/cavium-octeon/executive/ |
A D | octeon-model.c | 63 char pass[4]; in octeon_model_get_string_buffer() local 211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer() 214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer() 217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer() 220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 238 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 241 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 256 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 259 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_migrate_reuseport.c | 53 goto pass; in drop_ack() 60 goto pass; in drop_ack() 63 goto pass; in drop_ack() 72 goto pass; in drop_ack() 75 goto pass; in drop_ack() 81 goto pass; in drop_ack() 85 goto pass; in drop_ack() 88 goto pass; in drop_ack() 93 pass: in drop_ack()
|
/linux/drivers/w1/masters/ |
A D | ds1wm.c | 380 unsigned int pass = 0; in ds1wm_search() local 384 ++pass; in ds1wm_search() 385 if (pass > 100) { in ds1wm_search() 403 "pass: %d entering ASM\n", pass); in ds1wm_search() 406 "pass: %d beginning nibble loop\n", pass); in ds1wm_search() 448 "pass: %d read error, retrying\n", pass); in ds1wm_search() 453 pass, r_prime, d); in ds1wm_search() 458 "pass: %d resetting bus\n", pass); in ds1wm_search() 463 "pass: %d bus error, retrying\n", pass); in ds1wm_search() 469 "pass: %d found %0#18llx\n", pass, r_prime); in ds1wm_search() [all …]
|
/linux/fs/jbd2/ |
A D | recovery.c | 484 if (pass == PASS_SCAN) in do_one_pass() 509 if (pass != PASS_SCAN) in do_one_pass() 570 if (pass != PASS_SCAN) { in do_one_pass() 587 if (pass != PASS_REPLAY) { in do_one_pass() 588 if (pass == PASS_SCAN && in do_one_pass() 773 if (pass == PASS_SCAN && in do_one_pass() 800 if (pass == PASS_SCAN && in do_one_pass() 815 if (pass == PASS_SCAN) in do_one_pass() 826 if (pass == PASS_SCAN && in do_one_pass() 835 if (pass != PASS_REVOKE) { in do_one_pass() [all …]
|
/linux/fs/gfs2/ |
A D | lops.h | 54 unsigned int pass) in lops_before_scan() argument 59 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 65 unsigned int pass) in lops_scan_elements() argument 71 ld, ptr, pass); in lops_scan_elements() 80 unsigned int pass) in lops_after_scan() argument 85 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
/linux/tools/testing/selftests/x86/ |
A D | syscall_numbering.c | 251 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local 263 if (pass >= PTP_FUZZRET) in test_syscalls_common() 337 enum ptrace_pass pass; in syscall_numbering_tracee() local 345 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee() 346 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee() 347 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee() 352 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument 359 if (pass == PTP_NOTHING || pass == PTP_DONE) in mess_with_syscall() 370 switch (pass) { in mess_with_syscall()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | selftest_context.c | 198 int pass; in __live_active_context() local 233 for (pass = 0; pass <= 2; pass++) { in __live_active_context() 251 engine->name, pass); in __live_active_context() 357 int pass; in __live_remote_context() local 392 for (pass = 0; pass <= 2; pass++) { in __live_remote_context() 403 engine->name, pass); in __live_remote_context()
|
/linux/drivers/pcmcia/ |
A D | cardbus.c | 70 unsigned int max, pass; in cb_alloc() local 78 for (pass = 0; pass < 2; pass++) in cb_alloc() 80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
|
/linux/fs/ntfs/ |
A D | lcnalloc.c | 179 pass = 1; in ntfs_cluster_alloc() 197 pass = 2; in ntfs_cluster_alloc() 206 pass = 2; in ntfs_cluster_alloc() 216 pass = 2; in ntfs_cluster_alloc() 501 pass = 2; in ntfs_cluster_alloc() 537 pass = 1; in ntfs_cluster_alloc() 575 pass = 2; in ntfs_cluster_alloc() 579 pass = 2; in ntfs_cluster_alloc() 616 pass = 2; in ntfs_cluster_alloc() 620 pass = 2; in ntfs_cluster_alloc() [all …]
|