/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 36 struct record { struct 38 struct record_opts opts; argument 50 static int record__write(struct record *rec, void *bf, size_t size) in record__write() argument 815 static struct record record = { variable
|
D | perf-with-kcore.sh | 153 record() function
|
/linux-4.1.27/fs/jbd/ |
D | revoke.c | 144 struct jbd_revoke_record_s *record; in insert_revoke_hash() local 173 struct jbd_revoke_record_s *record; in find_revoke_record() local 425 struct jbd_revoke_record_s *record; in journal_cancel_revoke() local 495 struct jbd_revoke_record_s *record; in journal_clear_buffer_revoked_flags() local 534 struct jbd_revoke_record_s *record; in journal_write_revoke_records() local 575 struct jbd_revoke_record_s *record, in write_one_revoke_record() 677 struct jbd_revoke_record_s *record; in journal_set_revoke() local 701 struct jbd_revoke_record_s *record; in journal_test_revoke() local 720 struct jbd_revoke_record_s *record; in journal_clear_revoke() local
|
/linux-4.1.27/fs/jbd2/ |
D | revoke.c | 143 struct jbd2_revoke_record_s *record; in insert_revoke_hash() local 172 struct jbd2_revoke_record_s *record; in find_revoke_record() local 422 struct jbd2_revoke_record_s *record; in jbd2_journal_cancel_revoke() local 492 struct jbd2_revoke_record_s *record; in jbd2_clear_buffer_revoked_flags() local 533 struct jbd2_revoke_record_s *record; in jbd2_journal_write_revoke_records() local 575 struct jbd2_revoke_record_s *record, in write_one_revoke_record() 708 struct jbd2_revoke_record_s *record; in jbd2_journal_set_revoke() local 732 struct jbd2_revoke_record_s *record; in jbd2_journal_test_revoke() local 751 struct jbd2_revoke_record_s *record; in jbd2_journal_clear_revoke() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 48 struct pevent_record *record, in write_and_save_comm() 68 struct pevent_record *record, in sched_wakeup_handler() 97 struct pevent_record *record, in sched_switch_handler()
|
D | plugin_kvm.c | 247 static int print_exit_reason(struct trace_seq *s, struct pevent_record *record, in print_exit_reason() 268 static int kvm_exit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_exit_handler() 291 struct pevent_record *record, in kvm_emulate_insn_handler() 330 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_inject_handler() 344 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_handler() 367 static int kvm_mmu_print_role(struct trace_seq *s, struct pevent_record *record, in kvm_mmu_print_role() 411 struct pevent_record *record, in kvm_mmu_get_page_handler()
|
D | plugin_hrtimer.c | 28 struct pevent_record *record, in timer_expire_handler() 48 struct pevent_record *record, in timer_start_handler()
|
D | parse-filter.c | 1697 get_comm(struct event_format *event, struct pevent_record *record) in get_comm() 1709 struct format_field *field, struct pevent_record *record) in get_value() 1745 struct pevent_record *record, enum pevent_errno *err) in get_exp_value() 1800 struct pevent_record *record, enum pevent_errno *err) in get_arg_value() 1824 struct pevent_record *record, enum pevent_errno *err) in test_num() 1864 static const char *get_field_str(struct filter_arg *arg, struct pevent_record *record) in get_field_str() 1907 struct pevent_record *record, enum pevent_errno *err) in test_str() 1938 struct pevent_record *record, enum pevent_errno *err) in test_op() 1960 struct pevent_record *record, enum pevent_errno *err) in test_filter() 2032 struct pevent_record *record) in pevent_filter_match()
|
D | plugin_kmem.c | 26 static int call_site_handler(struct trace_seq *s, struct pevent_record *record, in call_site_handler()
|
D | plugin_mac80211.c | 61 struct pevent_record *record, in drv_bss_info_changed()
|
D | plugin_function.c | 125 static int function_handler(struct trace_seq *s, struct pevent_record *record, in function_handler()
|
D | event-parse.c | 4948 struct trace_seq *s, struct pevent_record *record) in pevent_data_lat_fmt() 5172 struct pevent_record *record) in pevent_event_info() 5205 struct pevent_record *record, bool use_trace_clock) in pevent_print_event() 5933 const char *name, struct pevent_record *record, in get_field_val() 5966 const char *name, struct pevent_record *record, in pevent_get_field_raw() 6013 const char *name, struct pevent_record *record, in pevent_get_field_val() 6038 const char *name, struct pevent_record *record, in pevent_get_common_field_val() 6063 const char *name, struct pevent_record *record, in pevent_get_any_field_val() 6089 struct pevent_record *record, int err) in pevent_print_num_field() 6121 struct pevent_record *record, int err) in pevent_print_func_field()
|
/linux-4.1.27/drivers/pci/ |
D | pci-acpi.c | 44 static acpi_status decode_type0_hpx_record(union acpi_object *record, in decode_type0_hpx_record() 74 static acpi_status decode_type1_hpx_record(union acpi_object *record, in decode_type1_hpx_record() 103 static acpi_status decode_type2_hpx_record(union acpi_object *record, in decode_type2_hpx_record() 149 union acpi_object *package, *record, *fields; in acpi_run_hpx() local
|
/linux-4.1.27/kernel/ |
D | latencytop.c | 114 unsigned long record = lat->backtrace[q]; in account_global_scheduler_latency() local 204 unsigned long record = lat.backtrace[q]; in __account_scheduler_latency() local
|
/linux-4.1.27/firmware/ |
D | ihex2fw.c | 133 struct ihex_binrec *record; in process_ihex() local 251 static void file_record(struct ihex_binrec *record) in file_record()
|
/linux-4.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 181 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state() local 235 struct kvp_record *record; in kvp_file_init() local 316 struct kvp_record *record; in kvp_key_delete() local 359 struct kvp_record *record; in kvp_key_add_or_modify() local 413 struct kvp_record *record; in kvp_get_value() local 443 struct kvp_record *record; in kvp_pool_enumerate() local
|
/linux-4.1.27/include/linux/ |
D | fmc-sdb.h | 30 union sdb_record *record; /* copies of the struct */ member
|
/linux-4.1.27/sound/usb/6fire/ |
D | firmware.c | 84 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() 146 struct ihex_record *record) in usb6fire_fw_ihex_init()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 297 struct ib_event *record) in ipoib_event()
|
/linux-4.1.27/drivers/usb/misc/ |
D | ezusb.c | 79 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local
|
/linux-4.1.27/drivers/acpi/apei/ |
D | erst.c | 765 static int __erst_write_to_nvram(const struct cper_record_header *record) in __erst_write_to_nvram() 783 int erst_write(const struct cper_record_header *record) in erst_write() 836 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, in __erst_read() 859 ssize_t erst_read(u64 record_id, struct cper_record_header *record, in erst_read()
|
/linux-4.1.27/arch/m68k/mac/ |
D | config.c | 83 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()
|
/linux-4.1.27/arch/m68k/apollo/ |
D | config.c | 49 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo()
|
/linux-4.1.27/arch/m68k/atari/ |
D | config.c | 131 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
|
/linux-4.1.27/arch/m68k/hp300/ |
D | config.c | 72 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_mm.c | 145 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-parse.c | 118 struct pevent_record record; in event_format__fprintf() local
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-fsl-emb.c | 611 int record = 0; in record_and_restart() local
|
D | core-book3s.c | 1933 int record = 0; in record_and_restart() local
|
/linux-4.1.27/arch/m68k/amiga/ |
D | config.c | 145 int __init amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()
|
/linux-4.1.27/kernel/gcov/ |
D | gcc_3_4.c | 337 int record; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 267 struct ath10k_htc_record *record; in ath10k_htc_process_trailer() local
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_i210.c | 465 u32 *record = NULL; in igb_read_invm_version() local
|
/linux-4.1.27/fs/hfs/ |
D | btree.h | 74 int record; member
|
/linux-4.1.27/drivers/s390/char/ |
D | vmur.c | 466 static int diag_position_to_record(int devno, int record) in diag_position_to_record()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 856 static int read_fwfile(const struct ihex_binrec *record) in read_fwfile()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_atombios.c | 662 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() local 693 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() local 769 *record = in radeon_get_atom_connector_info_from_object_table() local 1703 u8 *record; in radeon_atombios_get_lvds_info() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 1673 struct htc_record_hdr *record, in htc_parse_trailer() 1756 struct htc_record_hdr *record; in htc_proc_trailer() local
|
D | htc_pipe.c | 858 struct htc_record_hdr *record; in htc_process_trailer() local
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound.h | 127 void (*record)(void); /* optional */ member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_eq.c | 248 struct ib_event record; in port_change() local
|
/linux-4.1.27/sound/pci/ |
D | sis7019.c | 600 u32 record = 0; in sis_pcm_trigger() local
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_fs.h | 290 int record; member
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.h | 101 __u8 record; member 120 __u8 record; member
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 2098 static void tlan_read_and_clear_stats(struct net_device *dev, int record) in tlan_read_and_clear_stats()
|
/linux-4.1.27/drivers/usb/serial/ |
D | io_ti.c | 1020 u8 *record; in download_fw() local
|
/linux-4.1.27/kernel/events/ |
D | core.c | 6630 void *record = data->raw->data; in perf_tp_filter_match() local 6655 void perf_tp_event(u64 addr, u64 count, void *record, int entry_size, in perf_tp_event()
|