| /tools/perf/util/ |
| D | perf_event_attr_fprintf.c | 19 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits() 32 static void __p_sample_type(char *buf, size_t size, u64 value) in __p_sample_type() 50 static void __p_branch_sample_type(char *buf, size_t size, u64 value) in __p_branch_sample_type() 67 static void __p_read_format(char *buf, size_t size, u64 value) in __p_read_format() 97 static const char *stringify_perf_hw_id(u64 value) in stringify_perf_hw_id() 115 static const char *stringify_perf_hw_cache_id(u64 value) in stringify_perf_hw_cache_id() 130 static const char *stringify_perf_hw_cache_op_id(u64 value) in stringify_perf_hw_cache_op_id() 141 static const char *stringify_perf_hw_cache_op_result_id(u64 value) in stringify_perf_hw_cache_op_result_id() 151 static const char *stringify_perf_sw_id(u64 value) in stringify_perf_sw_id() 183 static void __p_type_id(struct perf_pmu *pmu, char *buf, size_t size, u64 value) in __p_type_id() [all …]
|
| D | config.c | 76 static char value[1024]; in parse_value() local 148 char *value; in get_value() local 317 static int perf_parse_llong(const char *value, long long *ret) in perf_parse_llong() 332 static int perf_parse_long(const char *value, long *ret) in perf_parse_long() 354 int perf_config_u64(u64 *dest, const char *name, const char *value) in perf_config_u64() 367 int perf_config_int(int *dest, const char *name, const char *value) in perf_config_int() 378 int perf_config_u8(u8 *dest, const char *name, const char *value) in perf_config_u8() 390 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int() 407 int perf_config_bool(const char *name, const char *value) in perf_config_bool() 413 static const char *perf_config_dirname(const char *name, const char *value) in perf_config_dirname() [all …]
|
| D | hashmap.h | 66 long value; member 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 138 #define hashmap__add(map, key, value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 147 #define hashmap__append(map, key, value) \ argument 159 #define hashmap__find(map, key, value) \ argument
|
| D | units.c | 18 unsigned long int value; in parse_tag_value() local 36 double convert_unit_double(double value, char *unit) in convert_unit_double() 58 unsigned long convert_unit(unsigned long value, char *unit) in convert_unit()
|
| D | color_config.c | 12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() 39 int perf_color_default_config(const char *var, const char *value, in perf_color_default_config()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | lookup_and_delete.c | 15 __u64 key, value = START_VALUE; in fill_values() local 29 __u64 key, value[nr_cpus]; in fill_values_percpu() local 79 __u64 value) in trigger_tp() 101 __u64 key, value; in test_lookup_and_delete_hash() local 137 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_percpu_hash() local 177 __u64 key, value; in test_lookup_and_delete_lru_hash() local 223 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_lru_percpu_hash() local
|
| D | map_init.c | 22 pcpu_map_value_t value[nr_cpus]; in map_populate() local 79 map_value_t value) in prog_run_insert_elem() 100 static int check_values_one_cpu(pcpu_map_value_t *value, map_value_t expected) in check_values_one_cpu() 131 pcpu_map_value_t value[nr_cpus]; in test_pcpu_map_init() local 171 pcpu_map_value_t value[nr_cpus]; in test_pcpu_lru_map_init() local
|
| /tools/lib/api/fs/ |
| D | fs.c | 293 int filename__read_int(const char *filename, int *value) in filename__read_int() 311 unsigned long long *value, int base) in filename__read_ull_base() 333 int filename__read_xll(const char *filename, unsigned long long *value) in filename__read_xll() 343 int filename__read_ull(const char *filename, unsigned long long *value) in filename__read_ull() 369 int filename__write_int(const char *filename, int value) in filename__write_int() 399 unsigned long long *value, int base) in sysfs__read_ull_base() 412 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll() 417 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull() 422 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() 448 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool() [all …]
|
| /tools/power/x86/intel-speed-select/ |
| D | isst-display.c | 85 char *value) in format_and_print_txt() 112 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() 215 static char value[1024]; in _isst_pbf_display_information() local 261 char value[256]; in _isst_fact_display_information() local 334 char value[256]; in isst_ctdp_display_core_info() local 354 static char value[1024]; in isst_ctdp_display_information() local 599 char value[256]; in isst_clos_display_information() local 642 char value[256]; in isst_clos_display_clos_information() local 684 char value[256]; in isst_clos_display_assoc_information() local 703 char value[256]; in isst_display_result() local [all …]
|
| /tools/testing/selftests/bpf/ |
| D | test_lru_map.c | 43 void *value) in bpf_map_lookup_elem_with_ref_bit() 163 unsigned long long key, value[nr_cpus]; in test_lru_sanity0() local 254 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity1() local 322 unsigned long long key, value[nr_cpus]; in test_lru_sanity2() local 428 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity3() local 490 unsigned long long key, value[nr_cpus]; in test_lru_sanity4() local 549 unsigned long long key, value[nr_cpus]; in do_test_lru_sanity5() local 566 unsigned long long key, value[nr_cpus]; in test_lru_sanity5() local 614 unsigned long long key, value[nr_cpus]; in test_lru_sanity6() local 680 unsigned long long key, value[nr_cpus]; in test_lru_sanity7() local [all …]
|
| D | test_maps.c | 39 long long key, next_key, first_key, value; in test_hashmap() local 271 long long key, value[VALUE_SIZE] = {}; in helper_fill_hashmap() local 293 long long key, value[VALUE_SIZE], next_key; in test_hashmap_walk() local 364 long long value; in test_arraymap() local 514 __u32 key, value; in test_devmap() local 528 __u32 key, value; in test_devmap_hash() local 670 __u32 key, value; in test_sockmap() local 1316 int fd, i, value; in test_map_large() local 1408 int map_update_retriable(int map_fd, const void *key, const void *value, int flags, int attempts, in map_update_retriable() 1449 int i, key, value, err; in test_update_delete() local [all …]
|
| D | test_lpm_map.c | 215 uint8_t *data, *value; in test_lpm_map() local 340 __u64 value; in test_lpm_ipaddr() local 429 __u64 value; in test_lpm_delete() local 537 __u32 value = 0; in test_lpm_get_next_key() local 709 __u32 value = j; in lpm_test_command() local 716 __u32 value; in lpm_test_command() local
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | Core.py | 20 def define_flag_value(event_name, field_name, value, field_str): argument 27 def define_symbolic_value(event_name, field_name, value, field_str): argument 30 def flag_str(event_name, field_name, value): argument 48 def symbol_str(event_name, field_name, value): argument 69 def trace_flag_str(value): argument
|
| /tools/lib/bpf/ |
| D | hashmap.h | 66 long value; member 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 138 #define hashmap__add(map, key, value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 147 #define hashmap__append(map, key, value) \ argument 159 #define hashmap__find(map, key, value) \ argument
|
| /tools/crypto/ |
| D | gen_fips140_testvecs.py | 41 def is_string_value(value): argument 45 def format_value(value, is_string): argument 53 def print_value(name, value): argument
|
| /tools/wmi/ |
| D | dell-smbios-example.c | 53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() 112 __u16 value; in query_token() local 127 __u16 value; in activate_token() local 159 __u64 value = 0; in main() local
|
| /tools/perf/ |
| D | builtin-config.c | 89 char *value = item->value; in show_spec_config() local 112 char *value = item->value; in show_config() local 122 static int parse_config_arg(char *arg, char **var, char **value) in parse_config_arg() 213 char *var, *value; in cmd_config() local
|
| /tools/testing/selftests/bpf/progs/ |
| D | cb_refs.c | 18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() 40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2() 67 static __always_inline int cb(void *map, void *key, void *value, void *ctx) in cb() 72 static __always_inline int cb3(void *map, void *key, void *value, void *ctx) in cb3()
|
| D | wq.c | 57 int (callback_fn)(void *map, int *key, void *value)) in test_elem_callback() 90 int (callback_fn)(void *map, int *key, void *value)) in test_hmap_elem_callback() 120 static int wq_callback(void *map, int *key, void *value) in wq_callback() 128 static int wq_cb_sleepable(void *map, int *key, void *value) in wq_cb_sleepable()
|
| D | test_bpf_ma.c | 58 struct generic_map_value *value; in batch_alloc() local 85 struct generic_map_value *value; in batch_free() local 108 struct generic_map_value *value; in batch_percpu_alloc() local 136 struct generic_map_value *value; in batch_percpu_free() local
|
| /tools/bpf/bpftool/ |
| D | map.c | 73 void *value) in do_dump_btf() 133 unsigned char *value, struct btf *btf) in print_entry_json() 248 unsigned char *value) in print_entry_plain() 327 static void fill_per_cpu_value(struct bpf_map_info *info, void *value) in fill_per_cpu_value() 341 void *key, void *value, __u32 key_size, __u32 value_size, in parse_elem() 742 static int dump_map_elem(int fd, void *key, void *value, in dump_map_elem() 826 void *key, *value, *prev_key; in map_dump() local 962 static int alloc_key_value(struct bpf_map_info *info, void **key, void **value) in alloc_key_value() 994 void *key, *value; in do_update() local 1032 void *value) in print_key_value() [all …]
|
| /tools/testing/selftests/net/ |
| D | hwtstamp_config.c | 24 int value; in lookup_value() local 34 lookup_name(const char **names, int size, int value) in lookup_name() 41 int value; in list_names() local
|
| /tools/testing/selftests/sgx/ |
| D | defines.h | 41 uint64_t value; member 46 uint64_t value; member 51 uint64_t value; member 57 uint64_t value; member
|
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| D | trace.c | 87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg() 104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter() 202 u64 *p, *reg, *value; in trace_print_reg() local 218 u64 *value; in trace_print_counter() local
|
| /tools/net/ynl/lib/ |
| D | ynl-priv.h | 282 const void *value, size_t size) in ynl_attr_put() 369 ynl_attr_put_s8(struct nlmsghdr *nlh, unsigned int attr_type, __s8 value) in ynl_attr_put_s8() 375 ynl_attr_put_s16(struct nlmsghdr *nlh, unsigned int attr_type, __s16 value) in ynl_attr_put_s16() 381 ynl_attr_put_s32(struct nlmsghdr *nlh, unsigned int attr_type, __s32 value) in ynl_attr_put_s32() 387 ynl_attr_put_s64(struct nlmsghdr *nlh, unsigned int attr_type, __s64 value) in ynl_attr_put_s64() 393 ynl_attr_put_u8(struct nlmsghdr *nlh, unsigned int attr_type, __u8 value) in ynl_attr_put_u8() 399 ynl_attr_put_u16(struct nlmsghdr *nlh, unsigned int attr_type, __u16 value) in ynl_attr_put_u16() 405 ynl_attr_put_u32(struct nlmsghdr *nlh, unsigned int attr_type, __u32 value) in ynl_attr_put_u32() 411 ynl_attr_put_u64(struct nlmsghdr *nlh, unsigned int attr_type, __u64 value) in ynl_attr_put_u64()
|