Searched refs:pfm (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | X86Counter.h | 29 class X86LbrPerfEvent : public pfm::PerfEvent { 34 class X86LbrCounter : public pfm::Counter { 38 explicit X86LbrCounter(pfm::PerfEvent &&Event);
|
H A D | X86Counter.cpp | 142 X86LbrCounter::X86LbrCounter(pfm::PerfEvent &&NewEvent) in X86LbrCounter()
|
H A D | Target.cpp | 670 Expected<std::unique_ptr<pfm::Counter>>
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Target.cpp | 36 Expected<std::unique_ptr<pfm::Counter>> 38 pfm::PerfEvent Event(CounterName); in createCounter() 45 return std::make_unique<pfm::Counter>(std::move(Event)); in createCounter()
|
H A D | PerfHelper.h | 30 namespace pfm {
|
H A D | CMakeLists.txt | 42 list(APPEND libs pfm)
|
H A D | PerfHelper.cpp | 27 namespace pfm { namespace
|
H A D | Target.h | 76 virtual Expected<std::unique_ptr<pfm::Counter>>
|
H A D | BenchmarkRunner.cpp | 84 pfm::Counter *Counter = CounterOrError.get().get(); in runAndSample()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arm16.C | 14 void (C::*pfm)() = C::foo;// ERROR - .*
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | FindLibpfm.cmake | 13 check_library_exists(pfm pfm_initialize "" HAVE_LIBPFM_INITIALIZE)
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/ |
H A D | llvm-exegesis.cpp | 426 if (exegesis::pfm::pfmInitialize()) in benchmarkMain() 506 exegesis::pfm::pfmTerminate(); in benchmarkMain()
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde.c | 3518 struct pftable_msg pfm; in rde_pftable_send() local 3527 memset(&pfm, 0, sizeof(pfm)); in rde_pftable_send() 3528 strlcpy(pfm.pftable, pftable_id2name(id), sizeof(pfm.pftable)); in rde_pftable_send() 3529 pt_getaddr(pt, &pfm.addr); in rde_pftable_send() 3530 pfm.len = pt->prefixlen; in rde_pftable_send() 3534 0, 0, -1, &pfm, sizeof(pfm)) == -1) in rde_pftable_send()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cxx-pretty-print.c | 1031 tree pfm = TYPE_PTRMEMFUNC_FN_TYPE (t); in pp_cxx_decl_specifier_seq() local 1032 pp_cxx_decl_specifier_seq (pp, TREE_TYPE (TREE_TYPE (pfm))); in pp_cxx_decl_specifier_seq()
|
/openbsd/gnu/llvm/llvm/include/llvm/Config/ |
H A D | config.h.cmake | 110 /* Define to 1 if you have the `pfm' library (-lpfm). */
|
/openbsd/usr.bin/file/magdir/ |
H A D | msdos | 502 # Acroread or something files wrongly identified as G3 .pfm 505 #0 string \000\001 pfm?
|