Searched refs:__collector_strStartWith (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | jprofile.c | 199 if (__collector_strStartWith (args, "j:") == 0) in open_experiment() 224 if (__collector_strStartWith (args, "H:") == 0) in open_experiment() 230 else if (__collector_strStartWith (args, "s:") == 0) in open_experiment() 518 if (__collector_strStartWith (str, "1.4.2_02") < 0) in get_jvm_settings()
|
H A D | profile.c | 140 if (__collector_strStartWith (params, "p:") == 0) in open_experiment()
|
H A D | collector.c | 2071 if (__collector_strStartWith (temp, "processor") == 0) in log_header_write() 2085 else if (__collector_strStartWith (temp, "cpu MHz") == 0) in log_header_write() 2092 if (__collector_strStartWith (temp, "Cpu") == 0 && in log_header_write() 2094 …__collector_strStartWith ((CALL_UTIL (strchr)(temp + 1, 'C')) ? CALL_UTIL (strchr)(temp + 1, 'C') … in log_header_write() 2110 if (__collector_strStartWith (temp, "processor") == 0) in log_header_write()
|
H A D | libcol_util.h | 58 extern int __collector_strStartWith (const char *s1, const char *s2);
|
H A D | hwprofile.c | 215 if (__collector_strStartWith (params, "h:*") == 0) in open_experiment() 223 else if (__collector_strStartWith (params, "h:") == 0) in open_experiment()
|
H A D | mmaptrace.c | 1564 if (pathname && __collector_strStartWith (pathname, "$ORIGIN/") == 0) in gprofng_dlopen() 1566 else if (pathname && __collector_strStartWith (pathname, "${ORIGIN}/") == 0) in gprofng_dlopen()
|
H A D | envmgmt.c | 346 while ((envp[i] != NULL) && (__collector_strStartWith (envp[i], envvar))) in env_match()
|
H A D | libcol_util.c | 359 __collector_strStartWith (const char *s1, const char *s2) in __collector_strStartWith() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | jprofile.c | 199 if (__collector_strStartWith (args, "j:") == 0) in open_experiment() 224 if (__collector_strStartWith (args, "H:") == 0) in open_experiment() 230 else if (__collector_strStartWith (args, "s:") == 0) in open_experiment() 524 if (__collector_strStartWith (str, "1.4.2_02") < 0) in get_jvm_settings()
|
H A D | profile.c | 139 if (__collector_strStartWith (params, "p:") == 0) in open_experiment()
|
H A D | hwprofile.c | 215 if (__collector_strStartWith (params, "h:*") == 0) in open_experiment() 223 else if (__collector_strStartWith (params, "h:") == 0) in open_experiment()
|
H A D | collector.c | 2075 if (__collector_strStartWith (temp, "processor") == 0) in log_header_write() 2089 else if (__collector_strStartWith (temp, "cpu MHz") == 0) in log_header_write() 2096 if (__collector_strStartWith (temp, "Cpu") == 0 && in log_header_write() 2098 …__collector_strStartWith ((CALL_UTIL (strchr)(temp + 1, 'C')) ? CALL_UTIL (strchr)(temp + 1, 'C') … in log_header_write() 2114 if (__collector_strStartWith (temp, "processor") == 0) in log_header_write()
|
H A D | libcol_util.h | 57 extern int __collector_strStartWith (const char *s1, const char *s2);
|
H A D | mmaptrace.c | 1592 if (pathname && __collector_strStartWith (pathname, "$ORIGIN/") == 0) in __collector_dlopen_symver() 1594 else if (pathname && __collector_strStartWith (pathname, "${ORIGIN}/") == 0) in __collector_dlopen_symver()
|
H A D | envmgmt.c | 346 while ((envp[i] != NULL) && (__collector_strStartWith (envp[i], envvar))) in env_match()
|
H A D | libcol_util.c | 365 __collector_strStartWith (const char *s1, const char *s2) in __collector_strStartWith() function
|