Searched defs:record (Results 1 - 54 of 54) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dperf-with-kcore.sh153 record() function
H A Dbuiltin-top.c1056 struct record_opts *record = (struct record_opts *)opt->value; parse_callchain_opt() local
H A Dbuiltin-record.c41 struct record { struct
803 struct record_opts *record = (struct record_opts *)opt->value; record_parse_callchain_opt() local
826 struct record_opts *record = (struct record_opts *)opt->value; record_callchain_opt() local
990 static struct record record = { variable in typeref:struct:record
H A Dbuiltin-kmem.c710 struct pevent_record record = { parse_gfp_flags() local
/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_hrtimer.c27 timer_expire_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) timer_expire_handler() argument
47 timer_start_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) timer_start_handler() argument
H A Dplugin_kmem.c26 static int call_site_handler(struct trace_seq *s, struct pevent_record *record, call_site_handler() argument
H A Dplugin_mac80211.c60 drv_bss_info_changed(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) drv_bss_info_changed() argument
H A Dplugin_sched_switch.c47 write_and_save_comm(struct format_field *field, struct pevent_record *record, struct trace_seq *s, int pid) write_and_save_comm() argument
67 sched_wakeup_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) sched_wakeup_handler() argument
96 sched_switch_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) sched_switch_handler() argument
H A Dplugin_function.c125 static int function_handler(struct trace_seq *s, struct pevent_record *record, function_handler() argument
H A Dplugin_kvm.c250 static int print_exit_reason(struct trace_seq *s, struct pevent_record *record, print_exit_reason() argument
271 static int kvm_exit_handler(struct trace_seq *s, struct pevent_record *record, kvm_exit_handler() argument
333 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct pevent_record *record, kvm_nested_vmexit_inject_handler() argument
347 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct pevent_record *record, kvm_nested_vmexit_handler() argument
373 static int kvm_mmu_print_role(struct trace_seq *s, struct pevent_record *record, kvm_mmu_print_role() argument
293 kvm_emulate_insn_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) kvm_emulate_insn_handler() argument
419 kvm_mmu_get_page_handler(struct trace_seq *s, struct pevent_record *record, struct event_format *event, void *context) kvm_mmu_get_page_handler() argument
H A Dparse-filter.c1697 get_comm(struct event_format *event, struct pevent_record *record) get_comm() argument
1864 static const char *get_field_str(struct filter_arg *arg, struct pevent_record *record) get_field_str() argument
1708 get_value(struct event_format *event, struct format_field *field, struct pevent_record *record) get_value() argument
1744 get_exp_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) get_exp_value() argument
1799 get_arg_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) get_arg_value() argument
1823 test_num(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) test_num() argument
1906 test_str(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) test_str() argument
1937 test_op(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) test_op() argument
1959 test_filter(struct event_format *event, struct filter_arg *arg, struct pevent_record *record, enum pevent_errno *err) test_filter() argument
2031 pevent_filter_match(struct event_filter *filter, struct pevent_record *record) pevent_filter_match() argument
H A Devent-parse.c5074 pevent_data_lat_fmt(struct pevent *pevent, struct trace_seq *s, struct pevent_record *record) pevent_data_lat_fmt() argument
5298 pevent_event_info(struct trace_seq *s, struct event_format *event, struct pevent_record *record) pevent_event_info() argument
5331 pevent_print_event(struct pevent *pevent, struct trace_seq *s, struct pevent_record *record, bool use_trace_clock) pevent_print_event() argument
6059 get_field_val(struct trace_seq *s, struct format_field *field, const char *name, struct pevent_record *record, unsigned long long *val, int err) get_field_val() argument
6092 pevent_get_field_raw(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, int *len, int err) pevent_get_field_raw() argument
6139 pevent_get_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) pevent_get_field_val() argument
6164 pevent_get_common_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) pevent_get_common_field_val() argument
6189 pevent_get_any_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) pevent_get_any_field_val() argument
6214 pevent_print_num_field(struct trace_seq *s, const char *fmt, struct event_format *event, const char *name, struct pevent_record *record, int err) pevent_print_num_field() argument
6246 pevent_print_func_field(struct trace_seq *s, const char *fmt, struct event_format *event, const char *name, struct pevent_record *record, int err) pevent_print_func_field() argument
/linux-4.4.14/include/linux/
H A Dfmc-sdb.h30 union sdb_record *record; /* copies of the struct */ member in struct:sdb_array
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c286 ipoib_event(struct ib_event_handler *handler, struct ib_event *record) ipoib_event() argument
/linux-4.4.14/drivers/usb/misc/
H A Dezusb.c79 const struct ihex_binrec *record; ezusb_ihex_firmware_download() local
/linux-4.4.14/kernel/
H A Dlatencytop.c114 unsigned long record = lat->backtrace[q]; account_global_scheduler_latency() local
204 unsigned long record = lat.backtrace[q]; __account_scheduler_latency() local
/linux-4.4.14/arch/m68k/mac/
H A Dconfig.c83 int __init mac_parse_bootinfo(const struct bi_record *record) mac_parse_bootinfo() argument
/linux-4.4.14/arch/m68k/apollo/
H A Dconfig.c49 int __init apollo_parse_bootinfo(const struct bi_record *record) apollo_parse_bootinfo() argument
/linux-4.4.14/firmware/
H A Dihex2fw.c133 struct ihex_binrec *record; process_ihex() local
251 static void file_record(struct ihex_binrec *record) file_record() argument
/linux-4.4.14/drivers/misc/cxl/
H A Dvphb.c105 int record = cxl_pcie_cfg_record(bus, devfn); cxl_pcie_cfg_addr() local
/linux-4.4.14/fs/jbd2/
H A Drevoke.c143 struct jbd2_revoke_record_s *record; insert_revoke_hash() local
167 struct jbd2_revoke_record_s *record; find_revoke_record() local
417 struct jbd2_revoke_record_s *record; jbd2_journal_cancel_revoke() local
487 struct jbd2_revoke_record_s *record; list_for_each() local
528 struct jbd2_revoke_record_s *record; jbd2_journal_write_revoke_records() local
703 struct jbd2_revoke_record_s *record; jbd2_journal_set_revoke() local
727 struct jbd2_revoke_record_s *record; jbd2_journal_test_revoke() local
746 struct jbd2_revoke_record_s *record; jbd2_journal_clear_revoke() local
565 write_one_revoke_record(journal_t *journal, transaction_t *transaction, struct list_head *log_bufs, struct buffer_head **descriptorp, int *offsetp, struct jbd2_revoke_record_s *record, int write_op) write_one_revoke_record() argument
/linux-4.4.14/arch/powerpc/perf/
H A Dcore-fsl-emb.c611 int record = 0; record_and_restart() local
H A Dcore-book3s.c1957 int record = 0; record_and_restart() local
/linux-4.4.14/arch/m68k/atari/
H A Dconfig.c131 int __init atari_parse_bootinfo(const struct bi_record *record) atari_parse_bootinfo() argument
/linux-4.4.14/arch/m68k/hp300/
H A Dconfig.c72 int __init hp300_parse_bootinfo(const struct bi_record *record) hp300_parse_bootinfo() argument
/linux-4.4.14/sound/usb/6fire/
H A Dfirmware.c84 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) usb6fire_fw_ihex_next_record() argument
145 usb6fire_fw_ihex_init(const struct firmware *fw, struct ihex_record *record) usb6fire_fw_ihex_init() argument
/linux-4.4.14/tools/perf/util/
H A Dtrace-event-parse.c118 struct pevent_record record; event_format__fprintf() local
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_i210.c465 u32 *record = NULL; igb_read_invm_version() local
/linux-4.4.14/drivers/pci/
H A Dpci-acpi.c44 static acpi_status decode_type0_hpx_record(union acpi_object *record, decode_type0_hpx_record() argument
74 static acpi_status decode_type1_hpx_record(union acpi_object *record, decode_type1_hpx_record() argument
103 static acpi_status decode_type2_hpx_record(union acpi_object *record, decode_type2_hpx_record() argument
149 union acpi_object *package, *record, *fields; acpi_run_hpx() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtc.c237 struct ath10k_htc_record *record; ath10k_htc_process_trailer() local
/linux-4.4.14/fs/hfs/
H A Dbtree.h74 int record; member in struct:hfs_find_data
/linux-4.4.14/fs/btrfs/
H A Ddelayed-ref.c764 struct btrfs_qgroup_extent_record *record = NULL; btrfs_add_delayed_tree_ref() local
820 struct btrfs_qgroup_extent_record *record = NULL; btrfs_add_delayed_data_ref() local
H A Dqgroup.c1428 struct btrfs_qgroup_extent_record *record; btrfs_qgroup_prepare_account_extents() local
1742 struct btrfs_qgroup_extent_record *record; btrfs_qgroup_account_extents() local
1457 btrfs_qgroup_insert_dirty_extent(struct btrfs_delayed_ref_root *delayed_refs, struct btrfs_qgroup_extent_record *record) btrfs_qgroup_insert_dirty_extent() argument
/linux-4.4.14/kernel/gcov/
H A Dgcc_3_4.c337 int record; member in struct:gcov_iterator
/linux-4.4.14/arch/m68k/kernel/
H A Dsetup_mm.c145 static void __init m68k_parse_bootinfo(const struct bi_record *record) m68k_parse_bootinfo() argument
/linux-4.4.14/arch/m68k/amiga/
H A Dconfig.c145 int __init amiga_parse_bootinfo(const struct bi_record *record) amiga_parse_bootinfo() argument
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2fw.c856 static int read_fwfile(const struct ihex_binrec *record) read_fwfile() argument
/linux-4.4.14/drivers/s390/char/
H A Dvmur.c466 static int diag_position_to_record(int devno, int record) diag_position_to_record() argument
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c1986 u8 *record; amdgpu_atombios_encoder_get_lcd_info() local
H A Damdgpu_atombios.c360 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) amdgpu_atombios_get_connector_info_from_object_table() local
388 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) amdgpu_atombios_get_connector_info_from_object_table() local
464 *record = amdgpu_atombios_get_connector_info_from_object_table() local
/linux-4.4.14/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c248 struct ib_event record; port_change() local
/linux-4.4.14/drivers/net/fjes/
H A Dfjes_hw.h258 } record[]; member in struct:es_device_trace
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c858 struct htc_record_hdr *record; htc_process_trailer() local
H A Dhtc_mbox.c1754 struct htc_record_hdr *record; htc_proc_trailer() local
1670 htc_parse_trailer(struct htc_target *target, struct htc_record_hdr *record, u8 *record_buf, u32 *next_lk_ahds, enum htc_endpoint_id endpoint, int *n_lk_ahds) htc_parse_trailer() argument
/linux-4.4.14/drivers/acpi/apei/
H A Derst.c762 static int __erst_write_to_nvram(const struct cper_record_header *record) __erst_write_to_nvram() argument
780 int erst_write(const struct cper_record_header *record) erst_write() argument
833 static ssize_t __erst_read(u64 record_id, struct cper_record_header *record, __erst_read() argument
856 ssize_t erst_read(u64 record_id, struct cper_record_header *record, erst_read() argument
/linux-4.4.14/sound/oss/dmasound/
H A Ddmasound.h127 void (*record)(void); /* optional */ member in struct:__anon15234
/linux-4.4.14/tools/hv/
H A Dhv_kvp_daemon.c179 struct kvp_record *record = kvp_file_info[pool].records; kvp_update_mem_state() local
233 struct kvp_record *record; kvp_file_init() local
314 struct kvp_record *record; kvp_key_delete() local
357 struct kvp_record *record; kvp_key_add_or_modify() local
411 struct kvp_record *record; kvp_get_value() local
441 struct kvp_record *record; kvp_pool_enumerate() local
/linux-4.4.14/sound/pci/
H A Dsis7019.c600 u32 record = 0; sis_pcm_trigger() local
/linux-4.4.14/drivers/usb/serial/
H A Dio_ti.c1126 u8 *record; do_download_mode() local
/linux-4.4.14/drivers/net/ethernet/ti/
H A Dtlan.c2097 static void tlan_read_and_clear_stats(struct net_device *dev, int record) tlan_read_and_clear_stats() argument
/linux-4.4.14/fs/hfsplus/
H A Dhfsplus_fs.h290 int record; member in struct:hfs_find_data
/linux-4.4.14/drivers/s390/block/
H A Ddasd_eckd.h101 __u8 record; member in struct:eckd_count
120 __u8 record; member in struct:chr_t
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c662 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) radeon_get_atom_connector_info_from_object_table() local
693 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) radeon_get_atom_connector_info_from_object_table() local
769 *record = radeon_get_atom_connector_info_from_object_table() local
1703 u8 *record; radeon_atombios_get_lvds_info() local
/linux-4.4.14/kernel/events/
H A Dcore.c6921 void *record = data->raw->data; perf_tp_filter_match() local
6950 void perf_tp_event(u64 addr, u64 count, void *record, int entry_size, perf_tp_event() argument

Completed in 1987 milliseconds