| /OK3568_Linux_fs/buildroot/package/cpio/ |
| H A D | 0002-Rewrite-dynamic-string-support.patch | 127 - dynamic_string input_name; /* Name of file read from stdin. */ 128 + dynamic_string input_name = DYNAMIC_STRING_INITIALIZER; 137 - ds_init (&input_name, 128); 145 - int len = strlen (input_name.ds_string); 147 - if (input_name.ds_string[len-1] != '/') 149 - ds_resize (&input_name, len + 2); 150 - input_name.ds_string[len] = '/'; 151 - input_name.ds_string[len+1] = 0; 153 + if (!ds_endswith (&input_name, '/')) 154 + ds_append (&input_name, '/'); [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-mem.c | 27 char const *input_name; member 235 .path = input_name, in report_raw_events() 393 .input_name = "perf.data", in cmd_mem() 407 OPT_STRING('i', "input", &input_name, "file", in cmd_mem() 436 if (!mem.input_name || !strlen(mem.input_name)) { in cmd_mem() 438 mem.input_name = "-"; in cmd_mem() 440 mem.input_name = "perf.data"; in cmd_mem()
|
| H A D | builtin-buildid-list.c | 56 .path = input_name, in perf_session__list_build_ids() 65 if (filename__fprintf_build_id(input_name, stdout) > 0) in perf_session__list_build_ids() 100 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
|
| H A D | builtin-evlist.c | 54 OPT_STRING('i', "input", &input_name, "file", "Input file name"), in cmd_evlist() 78 return __cmd_evlist(input_name, &details); in cmd_evlist()
|
| H A D | builtin-data.c | 65 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_data_convert() 89 return bt_convert__perf2ctf(input_name, to_ctf, &opts); in cmd_data_convert()
|
| H A D | perf.h | 11 extern const char *input_name;
|
| H A D | builtin-report.c | 1166 OPT_STRING('i', "input", &input_name, "file", in cmd_report() 1384 if (!input_name || !strlen(input_name)) { in cmd_report() 1386 input_name = "-"; in cmd_report() 1388 input_name = "perf.data"; in cmd_report() 1391 data.path = input_name; in cmd_report() 1508 if (strcmp(input_name, "-") != 0) in cmd_report()
|
| H A D | builtin-inject.c | 46 const char *input_name; member 842 .input_name = "-", in cmd_inject() 859 OPT_STRING('i', "input", &inject.input_name, "file", in cmd_inject() 907 data.path = inject.input_name; in cmd_inject()
|
| H A D | builtin-stat.c | 1976 OPT_STRING('i', "input", &input_name, "file", "input file name"), in __cmd_report() 1994 if (!input_name || !strlen(input_name)) { in __cmd_report() 1996 input_name = "-"; in __cmd_report() 1998 input_name = "perf.data"; in __cmd_report() 2001 perf_stat.data.path = input_name; in __cmd_report()
|
| H A D | builtin-annotate.c | 494 OPT_STRING('i', "input", &input_name, "file", in cmd_annotate() 591 data.path = input_name; in cmd_annotate()
|
| H A D | builtin-lock.c | 866 .path = input_name, in __cmd_report() 953 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_lock()
|
| H A D | perf.c | 49 const char *input_name; variable
|
| H A D | builtin-c2c.c | 2693 OPT_STRING('i', "input", &input_name, "file", in perf_c2c__report() 2733 if (!input_name || !strlen(input_name)) in perf_c2c__report() 2734 input_name = "perf.data"; in perf_c2c__report() 2736 data.path = input_name; in perf_c2c__report()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/ |
| H A D | CVE-2021-38185.patch | 131 - dynamic_string input_name; /* Name of file read from stdin. */ 132 + dynamic_string input_name = DYNAMIC_STRING_INITIALIZER; 141 - ds_init (&input_name, 128); 149 - int len = strlen (input_name.ds_string); 151 - if (input_name.ds_string[len-1] != '/') 153 - ds_resize (&input_name, len + 2); 154 - input_name.ds_string[len] = '/'; 155 - input_name.ds_string[len+1] = 0; 157 + if (!ds_endswith (&input_name, '/')) 158 + ds_append (&input_name, '/'); [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | res_sample.c | 78 input_name ? "-i " : "", in res_sample_browse() 79 input_name ? input_name : "", in res_sample_browse()
|
| H A D | scripts.c | 185 input_name ? "-i " : "", in script_browse() 186 input_name ? input_name : "") < 0) in script_browse()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | data-convert-bt.h | 7 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | asus-wmi.h | 62 const char *input_name; member
|
| H A D | eeepc-wmi.c | 226 .input_name = "Eee PC WMI hotkeys",
|
| H A D | asus-nb-wmi.c | 546 .input_name = "Asus WMI hotkeys",
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | rkdemuxer.h | 73 int rkdemuxer_get_param(void *demuxer_cfg, const char *input_name, DemuxerParam *ptr);
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md | 111 input_name=None) # new
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.5.0.md | 114 input_name=None) # new
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md | 111 input_name=None) # new
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-qoriq.c | 1086 const char *input_name; in input_clock() local 1089 input_name = __clk_get_name(clk); in input_clock() 1090 clk = clk_register_fixed_factor(NULL, name, input_name, in input_clock()
|