Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22842

memory profiling with performance analyzer is broken on recent linux kernels

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 4.10.0-rc1
    • Performance Analyzer
    • None
    • Linux/Wayland, Linux/X11, Linux/Other display system

    Description

      The behavior of "perf probe" has changed. It does not respect the names you give to your trace points anymore. In particular

      • It adds a suffix "__return" to any trace points for <function>%return.
      • It can create multiple trace point from one "perf probe -x" call, adding _<i> to the name with i being a number.

      It seems perf probe is not meant to be used in automated scripts.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ulherman Ulf Hermann
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes