Symbol: starts_with
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
370
if (!starts_with(sh_orig_name, HYP_SECTION_PREFIX))
tools/perf/arch/x86/util/pmu.c
308
if (starts_with(pmu->name, "uncore_cha_"))
tools/perf/arch/x86/util/pmu.c
310
else if (starts_with(pmu->name, "uncore_imc_"))
tools/perf/arch/x86/util/pmu.c
96
if (starts_with(dent->d_name, "uncore_cha_"))
tools/perf/util/drm_pmu.c
177
if (starts_with(line, "drm-driver:")) {
tools/perf/util/drm_pmu.c
187
if (starts_with(line, "drm-active-")) {
tools/perf/util/drm_pmu.c
192
if (starts_with(line, "drm-cycles-")) {
tools/perf/util/drm_pmu.c
197
if (starts_with(line, "drm-engine-capacity-")) {
tools/perf/util/drm_pmu.c
202
if (starts_with(line, "drm-engine-")) {
tools/perf/util/drm_pmu.c
207
if (starts_with(line, "drm-maxfreq-")) {
tools/perf/util/drm_pmu.c
212
if (starts_with(line, "drm-purgeable-")) {
tools/perf/util/drm_pmu.c
217
if (starts_with(line, "drm-resident-")) {
tools/perf/util/drm_pmu.c
222
if (starts_with(line, "drm-shared-")) {
tools/perf/util/drm_pmu.c
227
if (starts_with(line, "drm-total-cycles-")) {
tools/perf/util/drm_pmu.c
232
if (starts_with(line, "drm-total-")) {
tools/perf/util/drm_pmu.c
237
if (verbose > 1 && starts_with(line, "drm-") &&
tools/perf/util/drm_pmu.c
238
!starts_with(line, "drm-client-id:") &&
tools/perf/util/drm_pmu.c
239
!starts_with(line, "drm-pdev:"))
tools/perf/util/drm_pmu.c
264
if (!starts_with(name, "drm-"))
tools/power/x86/turbostat/turbostat.c
11011
if (starts_with(add_command, "name=")) {
tools/power/x86/turbostat/turbostat.c
11016
if (starts_with(add_command, "type=")) {
tools/power/x86/turbostat/turbostat.c
11021
if (starts_with(add_command, "domain=")) {
tools/power/x86/turbostat/turbostat.c
11043
if (starts_with(add_command, "format=")) {