Integrated: 8314029: Add file name parameter to Compiler.perfmap

2023-12-18 Thread Yi-Fan Tsai
On Thu, 21 Sep 2023 20:43:56 GMT, Yi-Fan Tsai wrote: > `jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: > `/tmp/perf-%d.map`. This change adds an optional argument for specifying a > file name. > > `jcmd PID help Compiler.perfmap` shows the

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v8]

2023-12-11 Thread Yi-Fan Tsai
) > > If filename is not specified, a default file name is chosen > using the pid of the target JVM process. For example, if the pid is 12345, > then > the default filename will be /tmp/perf-12345.map. Yi-Fan Tsai has updated the pull r

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v7]

2023-12-07 Thread Yi-Fan Tsai
) > > If filename is not specified, a default file name is chosen > using the pid of the target JVM process. For example, if the pid is 12345, > then > the default filename will be /tmp/perf-12345.map. Yi-Fan Tsai has updated the pull request

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v6]

2023-12-01 Thread Yi-Fan Tsai
ap file for Linux perf tool. > > Impact: Low > > Syntax : Compiler.perfmap [] > > Arguments: > filename : [optional] Name of the map file (STRING, no default value) > > > The man page of jcmd will be updated in a separate PR. Yi-Fan Tsai has updated the pull re

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v5]

2023-11-28 Thread Yi-Fan Tsai
ap file for Linux perf tool. > > Impact: Low > > Syntax : Compiler.perfmap [] > > Arguments: > filename : [optional] Name of the map file (STRING, no default value) > > > The man page of jcmd will be updated in a separate PR. Yi-Fan Tsai has updated the pull re

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v4]

2023-11-27 Thread Yi-Fan Tsai
ap file for Linux perf tool. > > Impact: Low > > Syntax : Compiler.perfmap [] > > Arguments: > filename : [optional] Name of the map file (STRING, no default value) > > > The man page of jcmd will be updated in a separate PR. Yi-Fan Tsai has updated the pull re

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v3]

2023-11-21 Thread Yi-Fan Tsai
> `jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: > `/tmp/perf-%d.map`. This change adds an option for specifying a file name. > > The help message of `jcmd PID help Compiler.perfmap` will be updated in a > separate PR. Yi-Fan Tsai has updated t

Re: RFR: 8314029: Add file name parameter to Compiler.perfmap [v2]

2023-11-21 Thread Yi-Fan Tsai
> `jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: > `/tmp/perf-%d.map`. This change adds an option for specifying a file name. > > The help message of `jcmd PID help Compiler.perfmap` will be updated in a > separate PR. Yi-Fan Tsai has updated t

RFR: 8314029: Add file name parameter to Compiler.perfmap

2023-09-21 Thread Yi-Fan Tsai
`jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: `/tmp/perf-%d.map`. This change adds an option for specifying a file name. The help message of Compiler.perfmap: Compiler.perfmap Write map file for Linux perf tool. Impact: Low Syntax : Compiler.perfmap [options] Options: