| /OK3568_Linux_fs/kernel/tools/perf/ui/stdio/ |
| H A D | hist.c | 57 char bf[1024], *alloc_str = NULL; in ipchain__fprintf_graph() local 228 char bf[1024]; in callchain__fprintf_graph() local 287 char bf[1024]; in __callchain__fprintf_flat() local 335 char bf[1024]; in __callchain__fprintf_folded() local 539 char *bf, size_t size, in hist_entry__block_fprintf() 563 char *bf, size_t size, in hist_entry__individual_block_fprintf() 582 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf() 802 char bf[1024]; in hists__fprintf_headers() local
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mount_flags.c | 14 static size_t mount__scnprintf_flags(unsigned long flags, char *bf, size_t size, bool show_prefix) in mount__scnprintf_flags() 38 size_t syscall_arg__scnprintf_mount_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_mount_flags()
|
| H A D | open_flags.c | 25 size_t open__scnprintf_flags(unsigned long flags, char *bf, size_t size, bool show_prefix) in open__scnprintf_flags() 80 size_t syscall_arg__scnprintf_open_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_open_flags()
|
| H A D | clone.c | 13 static size_t clone__scnprintf_flags(unsigned long flags, char *bf, size_t size, bool show_prefix) in clone__scnprintf_flags() 58 size_t syscall_arg__scnprintf_clone_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_clone_flags()
|
| H A D | statx.c | 14 size_t syscall_arg__scnprintf_statx_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_statx_flags() 44 size_t syscall_arg__scnprintf_statx_mask(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_statx_mask()
|
| H A D | seccomp.c | 9 static size_t syscall_arg__scnprintf_seccomp_op(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_seccomp_op() 33 static size_t syscall_arg__scnprintf_seccomp_flags(char *bf, size_t size, in syscall_arg__scnprintf_seccomp_flags()
|
| H A D | futex_val3.c | 8 static size_t syscall_arg__scnprintf_futex_val3(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_futex_val3()
|
| H A D | pid.c | 3 size_t syscall_arg__scnprintf_pid(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_pid()
|
| H A D | signum.c | 4 static size_t syscall_arg__scnprintf_signum(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_signum()
|
| H A D | waitid_options.c | 5 static size_t syscall_arg__scnprintf_waitid_options(char *bf, size_t size, in syscall_arg__scnprintf_waitid_options()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-trace.c | 491 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, b… in strarray__scnprintf_suffix() 505 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool sho… in strarray__scnprintf() 519 static size_t __syscall_arg__scnprintf_strarray(char *bf, size_t size, in __syscall_arg__scnprintf_strarray() 526 static size_t syscall_arg__scnprintf_strarray(char *bf, size_t size, in syscall_arg__scnprintf_strarray() 534 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarray() 539 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarray_flags() 544 bool syscall_arg__strtoul_strarrays(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarrays() 549 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_strarray_flags() 554 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool … in strarrays__scnprintf() 576 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | path.c | 62 int path__join(char *bf, size_t size, const char *path1, const char *path2) in path__join() 67 int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3) in path__join3()
|
| H A D | branch.c | 109 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) in count_str_scnprintf() 114 int branch_type_str(struct branch_type_stat *st, char *bf, int size) in branch_type_str()
|
| H A D | callchain.c | 1148 char *bf, size_t bfsize, bool show_dso) in callchain_list__sym_name() 1177 char *bf, size_t bfsize, u64 total) in callchain_node__scnprintf_value() 1302 static int count_pri64_printf(int idx, const char *str, u64 value, char *bf, int bfsize) in count_pri64_printf() 1312 char *bf, int bfsize, float threshold) in count_float_printf() 1324 static int branch_to_str(char *bf, int bfsize, in branch_to_str() 1353 static int branch_from_str(char *bf, int bfsize, in branch_from_str() 1386 static int counts_str_build(char *bf, int bfsize, in counts_str_build() 1413 static int callchain_counts_printf(FILE *fp, char *bf, int bfsize, in callchain_counts_printf() 1433 FILE *fp, char *bf, int bfsize) in callchain_list_counts__printf_value()
|
| H A D | evsel.c | 500 static int perf_evsel__add_modifiers(struct evsel *evsel, char *bf, size_t size) in perf_evsel__add_modifiers() 536 static int evsel__hw_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_name() 562 static int evsel__sw_name(struct evsel *evsel, char *bf, size_t size) in evsel__sw_name() 568 static int __evsel__bp_name(char *bf, size_t size, u64 addr, u64 type) in __evsel__bp_name() 586 static int evsel__bp_name(struct evsel *evsel, char *bf, size_t size) in evsel__bp_name() 643 int __evsel__hw_cache_type_op_res_name(u8 type, u8 op, u8 result, char *bf, size_t size) in __evsel__hw_cache_type_op_res_name() 655 static int __evsel__hw_cache_name(u64 config, char *bf, size_t size) in __evsel__hw_cache_name() 682 static int evsel__hw_cache_name(struct evsel *evsel, char *bf, size_t size) in evsel__hw_cache_name() 688 static int evsel__raw_name(struct evsel *evsel, char *bf, size_t size) in evsel__raw_name() 694 static int evsel__tool_name(char *bf, size_t size) in evsel__tool_name() [all …]
|
| H A D | annotate.c | 217 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 223 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() 292 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() 415 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf() 510 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf() 591 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf() 631 static int dec__scnprintf(struct ins *ins, char *bf, size_t size, in dec__scnprintf() 643 static int nop__scnprintf(struct ins *ins __maybe_unused, char *bf, size_t size, in nop__scnprintf() 1239 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_nam… in disasm_line__scnprintf() 1585 char bf[SBUILD_ID_SIZE + 15] = " with build id "; in symbol__strerror_disassemble() local [all …]
|
| H A D | spark.c | 11 int print_spark(char *bf, int size, unsigned long *val, int numval) in print_spark()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_reg_def.h | 160 } bf; member 172 } bf; member 184 } bf; member 195 } bf; member 206 } bf; member 255 } bf; member 269 } bf; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | beacon.c | 73 struct ath_buf *bf, int rateidx) in ath9k_beacon_setup() 117 struct ath_buf *bf; in ath9k_beacon_generate() local 221 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot() local 393 struct ath_buf *bf = NULL; in ath9k_beacon_tasklet() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() 246 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_free()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() 153 char bf[16384]; in message__add() local
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() 153 char bf[16384]; in message__add() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | enum.c | 42 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ui_compat.h | 77 # define des_read_pw(b,bf,s,p,v) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | debug.c | 817 struct ath5k_buf *bf, *bf0; in read_file_queue() local 1048 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() 1066 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local 1087 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf()
|