Hi,

Testing event group in sampling mode and finding
issues on the reporting side:

$ perf record --group -e 'grp1{cycles,instructions}' noploop 1
$ perf report --group  --stdio
...
# group: M^B{cycles,instructions}
             ^^^^ broken group name

# ========
#
# Samples: 8K of event '[binfmt_misc] { cycles, instructions }'
                                   ^^^^^^^^^^^^^^ broken event group name

# Event count (approx.): 7024115127
#
#         Overhead  Command      Shared Object                       Symbol
# ................  .......  .................  ...........................
#
    99.96%  99.97%  noploop  noploop            [.] main
     0.03%   0.03%  noploop  [kernel.kallsyms]  [k] apic_timer_interrupt
     0.01%   0.01%  noploop  [kernel.kallsyms]  [k] find_get_page
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to