reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
RUN: echo ":ir"                     > %t.input
RUN: echo "_ZN6Thread5StartEv"      >> %t.input
RUN: echo "# Func Hash:"            >> %t.input
RUN: echo "288793635542036872"      >> %t.input
RUN: echo "# Num Counters:"         >> %t.input
RUN: echo "3"                       >> %t.input
RUN: echo "# Counter Values:"       >> %t.input
RUN: echo "0"                       >> %t.input
RUN: echo "12"                      >> %t.input
RUN: echo "12"                      >> %t.input
RUN: echo "# Num Value Kinds:"      >> %t.input
RUN: echo "1"                       >> %t.input
RUN: echo "# ValueKind = IPVK_IndirectCallTarget:"       >> %t.input
RUN: echo "0"                                            >> %t.input
RUN: echo "# NumValueSites:"                             >> %t.input
RUN: echo "2"                                            >> %t.input
RUN: echo "2"                                            >> %t.input
RUN: echo "f1:10"                                        >> %t.input
RUN: echo "f2:0"                                         >> %t.input
RUN: echo "1"                                            >> %t.input
RUN: echo ":10"                                          >> %t.input

RUN: not llvm-profdata merge %t.input -text -output=/dev/null 2>&1  | FileCheck %s --check-prefix=BROKEN
BROKEN: warning: {{.*}}invalid-profdata.test.tmp.input: Malformed instrumentation profile data
BROKEN-NEXT: error: No profiles could be merged.

RUN: echo ":ir"                     > %t.input
RUN: echo "_ZN6Thread5StartEv"      >> %t.input
RUN: echo "# Func Hash:"            >> %t.input
RUN: echo "288793635542036872"      >> %t.input
RUN: echo "# Num Counters:"         >> %t.input
RUN: echo "3"                       >> %t.input
RUN: echo "# Counter Values:"       >> %t.input
RUN: echo "0"                       >> %t.input
RUN: echo "12"                      >> %t.input
RUN: echo "12"                      >> %t.input
RUN: echo "# Num Value Kinds:"      >> %t.input
RUN: echo "1"                       >> %t.input
RUN: echo "# ValueKind = IPVK_IndirectCallTarget:"       >> %t.input
RUN: echo "0"                                            >> %t.input
RUN: echo "# NumValueSites:"                             >> %t.input
RUN: echo "2"                                            >> %t.input
RUN: echo "2"                                            >> %t.input
RUN: echo "f1:10"                                        >> %t.input
RUN: echo "f2:0"                                         >> %t.input
RUN: echo "1"                                            >> %t.input
RUN: echo "** External Symbol **:10"             >> %t.input

# RUN: llvm-profdata merge %t.input -text -output=%t.out && cat %t.out | FileCheck %s

CHECK: ** External Symbol **:10