Re: [PATCH 2/2] tracing, vmscan: add comments for perf script page-reclaim

2019-09-25 Thread Tony Jones
On 9/18/19 7:38 AM, Yafang Shao wrote: > Currently there's no easy way to make perf scripts in sync with > tracepoints. One possible way is to run perf's tests regularly, another way > is once we changes the definitions of tracepoints we must keep in mind that > the perf scripts which are using the

[PATCH 2/2] tracing, vmscan: add comments for perf script page-reclaim

2019-09-18 Thread Yafang Shao
Currently there's no easy way to make perf scripts in sync with tracepoints. One possible way is to run perf's tests regularly, another way is once we changes the definitions of tracepoints we must keep in mind that the perf scripts which are using these tracepoints must be changed as well. So I ad