Home
last modified time | relevance | path

Searched refs:__collector_strStartWith (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Djprofile.c199 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 Dprofile.c140 if (__collector_strStartWith (params, "p:") == 0) in open_experiment()
H A Dcollector.c2071 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 Dlibcol_util.h58 extern int __collector_strStartWith (const char *s1, const char *s2);
H A Dhwprofile.c215 if (__collector_strStartWith (params, "h:*") == 0) in open_experiment()
223 else if (__collector_strStartWith (params, "h:") == 0) in open_experiment()
H A Dmmaptrace.c1564 if (pathname && __collector_strStartWith (pathname, "$ORIGIN/") == 0) in gprofng_dlopen()
1566 else if (pathname && __collector_strStartWith (pathname, "${ORIGIN}/") == 0) in gprofng_dlopen()
H A Denvmgmt.c346 while ((envp[i] != NULL) && (__collector_strStartWith (envp[i], envvar))) in env_match()
H A Dlibcol_util.c359 __collector_strStartWith (const char *s1, const char *s2) in __collector_strStartWith() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Djprofile.c199 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 Dprofile.c139 if (__collector_strStartWith (params, "p:") == 0) in open_experiment()
H A Dhwprofile.c215 if (__collector_strStartWith (params, "h:*") == 0) in open_experiment()
223 else if (__collector_strStartWith (params, "h:") == 0) in open_experiment()
H A Dcollector.c2075 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 Dlibcol_util.h57 extern int __collector_strStartWith (const char *s1, const char *s2);
H A Dmmaptrace.c1592 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 Denvmgmt.c346 while ((envp[i] != NULL) && (__collector_strStartWith (envp[i], envvar))) in env_match()
H A Dlibcol_util.c365 __collector_strStartWith (const char *s1, const char *s2) in __collector_strStartWith() function