Skip to content

Releases: Granulate/linux

Granulate perf v5.12 (v1)

Choose a tag to compare

@Jongy Jongy released this 27 Apr 16:42
perf inject: Keep previous cmdline

Force "perf inject" to write the cmdline it has read from the input file,
instead of writing its own cmdline. "perf inject" cmdline is hardly useful,
"perf record"s is what we care about.

Do note it's not exactly complete - I did not change write_cmdline() so
that one still writes readlink("/proc/self/exe") of "perf inject" as the
argv[0], and we drop the argv[0] we've read from the file. Unless you use
different "perf" binaries for "record" and "inject", this doesn't matter.

Signed-off-by: Yonatan Goldschmidt <yonatan.goldschmidt@granulate.io>

Granulate Perf (v2)

Choose a tag to compare

@DanielShaulov DanielShaulov released this 11 Mar 08:15

CHANGELOG

  • Changes perf script to use the process name as the comm field instead of the task name

v5.6 perf

Choose a tag to compare

@liorgorb liorgorb released this 04 Feb 01:18
perf inject: Keep previous cmdline

Force "perf inject" to write the cmdline it has read from the input file,
instead of writing its own cmdline. "perf inject" cmdline is hardly useful,
"perf record"s is what we care about.

Do note it's not exactly complete - I did not change write_cmdline() so
that one still writes readlink("/proc/self/exe") of "perf inject" as the
argv[0], and we drop the argv[0] we've read from the file. Unless you use
different "perf" binaries for "record" and "inject", this doesn't matter.

Signed-off-by: Yonatan Goldschmidt <yonatan.goldschmidt@granulate.io>