Package uftrace: Information

    Source package: uftrace
    Version: 0.9.4-alt1
    Build time:  Oct 20, 2020, 10:13 PM in the task #260150
    Report package bug
    License: GPL-2.0
    Summary: Function (graph) tracer for user-space
    Description: 
    The uftrace tool is to trace and analyze execution of a program written in
    C/C++. It was heavily inspired by the ftrace framework of the Linux kernel
    (especially function graph tracer) and supports userspace programs. It supports
    various kind of commands and filters to help analysis of the program execution
    and performance.

    List of rpms provided by this srpm:
    uftrace (x86_64, i586, aarch64)
    uftrace-debuginfo (x86_64, i586, aarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. libdw-devel
      2. libelf-devel
      3. pandoc

    Last changed


    Oct. 20, 2020 Vitaly Lipatov 0.9.4-alt1
    - new version 0.9.4 (with rpmrb script)
    Oct. 20, 2020 Vitaly Lipatov 0.9-alt1
    - initial build for ALT Sisyphus
    Oct. 9, 2018 ddiss@suse.com
    - Upgrade to v0.9
      + argument update
      - automatic argument using DWARF debug info
        + add libdw-devel dependency
      + TUI implementation
      - graph, report and info commands using ncurses
      + filter changes
      - add --match option to select pattern matching method: regex or glob
      - add --no-event option to disable default events
      + i386 arch support
      + event update
      - add task events (fork/comm/exit) using Linux perf subsystem
      + trigger update
      - change 'read' trigger action to read events twice (at entry and exit)
      - add 'p' format for function pointer
      - add --auto-args option for automatic argument/return value
      - support enum type for auto-args
      + diff change
      - add 'compact' policy and make it default
      + graph change
      - add -f/--output-fields option to control output
      - show full graph when no function given
      - support fork+exec properly
      + script change
      - flush stdout buffer before fork
      - serialize execution using a mutex
      + Many bug fixes and improvements.