Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Granulate/linux

Tags

v6.0g2

Toggle v6.0g2's commit message
perf record: Allow using switch-output=time together with signal

The use case is, I'd like to switch upon signal but still protect with a timeout.

v6.3g1

Toggle v6.3g1's commit message
Merge tag 'v6.3' into granulate-perf

Linux 6.3

v6.0g1

Toggle v6.0g1's commit message
Merge tag 'v6.0' into granulate-perf

Linux 6.0

v5.18g1

Toggle v5.18g1's commit message
Merge tag 'v5.18' into granulate-perf

Linux 5.18

v5.12g1

Toggle v5.12g1's commit message
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 <[email protected]>

v5.6g3-perf

Toggle v5.6g3-perf's commit message
Revert "perf: Use exec_comm instead of comm when printing"

This reverts commit 8c3e6c8.

It created some unwanted side effects, such as modifying the "swapper" stacks.

v5.6g2-perf

Toggle v5.6g2-perf's commit message
perf: Use exec_comm instead of comm when printing

Process names are much clearer as the first line in a flamegraph
If we ever want to upstream this, it needs to be a separate option

v5.6-perf

Toggle v5.6-perf's commit message
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 <[email protected]>

v5.6

Toggle v5.6's commit message
Linux 5.6

v5.6-rc7

Toggle v5.6-rc7's commit message
Linux 5.6-rc7