Re: [PATCH v14 05/10] debug: add -d tb_stats to control TBStatistics collection:

2023-06-01 Thread Wu, Fei
On 6/1/2023 9:18 AM, Richard Henderson wrote: > On 5/30/23 01:35, Fei Wu wrote: >> From: "Vanderson M. do Rosario" >> >>   -d tb_stats[[,level=(+all+jit+exec+time)][,dump_limit=]] >> >> "dump_limit" is used to limit the number of dumped TBStats in >> linux-user mode. > > Why is user-mode

Re: [PATCH v14 05/10] debug: add -d tb_stats to control TBStatistics collection:

2023-05-31 Thread Richard Henderson
On 5/30/23 01:35, Fei Wu wrote: From: "Vanderson M. do Rosario" -d tb_stats[[,level=(+all+jit+exec+time)][,dump_limit=]] "dump_limit" is used to limit the number of dumped TBStats in linux-user mode. Why is user-mode special? [all+jit+exec+time] control the profilling level used by the

[PATCH v14 05/10] debug: add -d tb_stats to control TBStatistics collection:

2023-05-30 Thread Fei Wu
From: "Vanderson M. do Rosario" -d tb_stats[[,level=(+all+jit+exec+time)][,dump_limit=]] "dump_limit" is used to limit the number of dumped TBStats in linux-user mode. [all+jit+exec+time] control the profilling level used by the TBStats. Can be used as follow: -d tb_stats -d