Skip to content

Tags: qqq-tech/uftrace

Tags

v0.11

Toggle v0.11's commit message
uftrace: Bump up version to 0.11

This is a new release with following changes (and more)

 * --format=html to generate HTML output
 * --with-syms=DIR to use existing symbol data for replay/report

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.10

Toggle v0.10's commit message
uftrace: Bump up version to 0.10

This is a new release with following changes (and more)

 * safer tracing with --estimate-return
 * dynamic tracing support for dlopen()
 * better struct/class argument supports
 * new -H/--hide filter

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.9.4

Toggle v0.9.4's commit message
uftrace: Bump up version to 0.9.4

This is a minor release with following changes:

 * dynamic tracing update (aarch64)
 * python3/luajit scripting support
 * task graph/info support
 * and many bug fixes and improvements

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.9.3

Toggle v0.9.3's commit message
uftrace: Bump up version to 0.9.3

This is a minor release with following changes:

 * dynamic tracing update (using capstone)
 * add external event support
 * and many bug fixes and improvements

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.9.2

Toggle v0.9.2's commit message
uftrace: Bump up version to 0.9.2

This is a minor release with following changes:

 * add --signal option
 * add -l short option for --nest-libcall

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.9.1

Toggle v0.9.1's commit message
uftrace: Bump up version to 0.9.1

This is a minor release with following changes:

 * add --caller-filter (-C) option
 * add --watch cpu option
 * add --graphviz option for dump command

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.9

Toggle v0.9's commit message
uftrace: Bump up version to v0.9

This is a major release with following changes:

 * automatic argument/return value using DWARF debug info
 * implement Text-based User Interface (TUI)
 * enable scheduling event by default

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.8.3

Toggle v0.8.3's commit message
uftrace: Bump up version to 0.8.3

This is a minor release with following changes:

 * support i386 (x86 32-bit) architecture
 * add and enable task-{fork,comm,exit} events
 * add PMU read trigger actions and events

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.8.2

Toggle v0.8.2's commit message
uftrace: Bump up version to 0.8.2

This is a minor release with following changes:

 * support recording argument/return value automatically
 * change default report diff format
 * support full-graph of program

Signed-off-by: Namhyung Kim <namhyung@gmail.com>

v0.8.1

Toggle v0.8.1's commit message
uftrace: Bump up version to 0.8.1

This is a bugfix release with a couple of changes:

 * apply filters and triggers to all libraries
 * unify trigger to support filtering and arguments too

Signed-off-by: Namhyung Kim <namhyung@gmail.com>