Home
last modified time | relevance | path

Searched refs:strbuf (Results 26 – 40 of 40) sorted by relevance

12

/openbmc/linux/tools/perf/bench/
H A Devlist-open-close.c194 struct strbuf buf; in bench__repeat_event_string()
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc.c182 struct strbuf sb; in ipmi_bmc_send_cmd_putmsg()
/openbmc/linux/fs/
H A Dlibfs.c1678 char strbuf[DNAME_INLINE_LEN]; in generic_ci_d_compare() local
1691 memcpy(strbuf, str, len); in generic_ci_d_compare()
1692 strbuf[len] = 0; in generic_ci_d_compare()
1693 qstr.name = strbuf; in generic_ci_d_compare()
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c74 struct strbuf buffer = STRBUF_INIT; in check_emacsclient_version()
/openbmc/linux/tools/perf/util/
H A Dparse-events.c1396 struct strbuf sb; in parse_events_add_pmu()
1433 struct strbuf sb; in parse_events_add_pmu()
1540 struct strbuf sb; in parse_events_multi_pmu_add()
1554 struct strbuf sb; in parse_events_multi_pmu_add()
2590 int parse_events_term__to_strbuf(struct list_head *term_list, struct strbuf *sb) in parse_events_term__to_strbuf()
H A Dprobe-file.c779 static int synthesize_sdt_probe_arg(struct strbuf *buf, int i, const char *arg) in synthesize_sdt_probe_arg()
828 struct strbuf buf; in synthesize_sdt_probe_command()
H A Denv.c339 struct strbuf sb; in perf_env__read_pmu_mappings()
H A Dpmu.c1284 struct strbuf buf = STRBUF_INIT; in pmu_formats_string()
1735 struct strbuf sb; in perf_pmu__for_each_event()
H A Dsort.c3722 static void add_key(struct strbuf *sb, const char *str, int *llen) in add_key()
3735 static void add_sort_string(struct strbuf *sb, struct sort_dimension *s, int n, in add_sort_string()
3744 static void add_hpp_sort_string(struct strbuf *sb, struct hpp_dimension *s, int n, in add_hpp_sort_string()
3755 struct strbuf sb; in sort_help()
H A DBuild42 perf-y += strbuf.o
H A Dprobe-finder.c1517 struct strbuf buf = STRBUF_INIT; in collect_variables_cb()
H A Dheader.c2579 struct strbuf sb; in process_cpu_topology()
2760 struct strbuf sb; in process_pmu_mappings()
/openbmc/linux/drivers/android/
H A Dbinder.c5676 char strbuf[11]; in binder_open() local
5678 snprintf(strbuf, sizeof(strbuf), "%u", proc->pid); in binder_open()
5685 proc->debugfs_entry = debugfs_create_file(strbuf, 0444, in binder_open()
5692 char strbuf[11]; in binder_open() local
5695 snprintf(strbuf, sizeof(strbuf), "%u", proc->pid); in binder_open()
5703 strbuf, &proc_fops, (void *)(unsigned long)proc->pid); in binder_open()
5711 strbuf, error); in binder_open()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c187 char strbuf[16], strbuf1[20]; in sisfb_search_mode() local
219 sprintf(strbuf, "%ux%ux%u", xres, yres, depth); in sisfb_search_mode()
220 nameptr = strbuf; in sisfb_search_mode()
223 sprintf(strbuf, "%ux%ux%u", xres, yres, depth); in sisfb_search_mode()
224 nameptr = strbuf; in sisfb_search_mode()
228 sprintf(strbuf, "%ux%ux8", xres, yres); in sisfb_search_mode()
229 nameptr = strbuf; in sisfb_search_mode()
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3171 char strbuf[16]; in aty_init_lcd() local
3272 sprintf(strbuf, "%d", in aty_init_lcd()
3276 sprintf(strbuf, ",%d", in aty_init_lcd()
3279 strcat(refresh_rates_buf, strbuf); in aty_init_lcd()

12