Re: [RFC PATCH 2/5] tracing/hwlat: Implement the mode config option

2021-04-15 Thread Steven Rostedt
On Thu, 15 Apr 2021 15:16:04 +0200 Daniel Bristot de Oliveira wrote: > That was my initial intention with the NONE mode, but I feared breaking > something by removing the "migrate_disable" logic. If you do not think it is > a problem, I will remove the migrate disable and just change the mode. Y

Re: [RFC PATCH 2/5] tracing/hwlat: Implement the mode config option

2021-04-15 Thread Daniel Bristot de Oliveira
On 4/14/21 4:30 PM, Steven Rostedt wrote: > On Thu, 8 Apr 2021 16:13:20 +0200 > Daniel Bristot de Oliveira wrote: > >> +/** >> + * hwlat_mode_write - Write function for "mode" entry >> + * @filp: The active open file structure >> + * @ubuf: The user buffer that contains the value to write >> + *

Re: [RFC PATCH 2/5] tracing/hwlat: Implement the mode config option

2021-04-14 Thread Steven Rostedt
On Thu, 8 Apr 2021 16:13:20 +0200 Daniel Bristot de Oliveira wrote: > +/** > + * hwlat_mode_write - Write function for "mode" entry > + * @filp: The active open file structure > + * @ubuf: The user buffer that contains the value to write > + * @cnt: The maximum number of bytes to write to "file"