/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 169 auto arc = std::make_unique<GCOVArc>(*src, *dst, flags); in readGCNO() local 287 auto arc = std::make_unique<GCOVArc>(sink, src, GCOV_ARC_ON_TREE); readGCDA() local 731 for (const GCOVArc *arc : b->succ) collectSourceLine() local 735 for (const GCOVArc *arc : b->pred) collectSourceLine() local 756 for (const GCOVArc *arc : b->succ) { collectSourceLine() local 857 for (const GCOVArc *arc : b->succ) { printSourceToIntermediate() local 951 for (const GCOVArc *arc : exitBlock.pred) printFunctionDetails() local 967 for (const GCOVArc *arc : Block.dsts()) printBranchInfo() local 969 for (const GCOVArc *arc : Block.dsts()) printBranchInfo() local [all...] |
/freebsd-src/usr.bin/gprof/ |
H A D | gprof.c | 223 struct rawarc arc; in getpfile() local 338 struct rawarc arc; in dumpsum() local
|
/freebsd-src/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.h | 40 struct ath_ratectrl arc; /* base state */ member
|
H A D | onoe.c | 441 ath_rate_detach(struct ath_ratectrl *arc) in ath_rate_detach()
|
/freebsd-src/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.h | 45 struct ath_ratectrl arc; /* base state */ member
|
H A D | amrr.c | 470 ath_rate_detach(struct ath_ratectrl *arc) in ath_rate_detach()
|
/freebsd-src/usr.bin/systat/ |
H A D | main.c | 300 uint64_t arc[7] = {}; in display() local
|
/freebsd-src/usr.bin/top/ |
H A D | machine.h | 49 int *arc; member
|
/freebsd-src/sys/dev/acpica/ |
H A D | acpi_resource.c | 235 struct acpi_resource_context *arc; acpi_parse_resource() local 494 struct acpi_resource_context arc; acpi_parse_resources() local [all...] |
/freebsd-src/usr.sbin/pmcstat/ |
H A D | pmcpl_gprof.c | 239 struct rawarc arc; /* from <sys/gmon.h> */ in pmcstat_gmon_append_arc() local
|
H A D | pmcpl_calltree.c | 371 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_dumptop() local 613 struct pmcpl_ct_arc *arc; in pmcpl_ct_node_update() local
|
/freebsd-src/sys/dev/ath/ath_rate/sample/ |
H A D | sample.h | 47 struct ath_ratectrl arc; /* base class */ member
|
H A D | sample.c | 1657 ath_rate_detach(struct ath_ratectrl * arc) ath_rate_detach() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 54 arc, // ARC: Synopsys ARC enumerator
|
/freebsd-src/tools/tools/netmap/ |
H A D | pkt-gen.c | 2927 main(int arc, char **argv) in main()
|