Skip to content

Tags: CrackerCat/uftrace

Tags

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>

v0.8

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

This is a major release with following features:

 * event tracing support
 * python scripting support
 * nested libcall tracing

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

v0.7

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

This is a major release with following features:

 * dynamic tracing feature on x86_64
 * new architecture support: AArch64

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

v0.6.2

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

This is a bugfix release with a few of updates.

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

v0.6.1

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

This is basically a bug-fix release with a couple of new features.

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

v0.6

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

There were so many changes, let's call it v0.6!

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

v0.5

Toggle v0.5's commit message
ftrace: Bump up version to 0.5

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

v0.4

Toggle v0.4's commit message
ftrace: Bump up version to 0.4

The prominent changes include:
 * exec() support
 * change file format to reduce size
 * use double-buffer and dedicated writer thread
 * various filter improvement
 * unify mcount and cygprof libraries
 * separate mcount libraries for performance

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