On Wed, May 20, 2020 at 06:17:40PM +0300, Alexey Budankov wrote:
SNIP
> >> @@ -675,16 +708,9 @@ static int __run_perf_stat(int argc, const char
> >> **argv, int run_idx)
> >>perf_evlist__start_workload(evsel_list);
> >>enable_counters();
> >>
> >> - if (interva
On 20.05.2020 15:38, Jiri Olsa wrote:
> On Wed, May 13, 2020 at 11:00:47AM +0300, Alexey Budankov wrote:
>>
>> Factor out event handling loop into handle_events() function.
>>
>> Signed-off-by: Alexey Budankov
>> ---
>> tools/perf/builtin-stat.c | 85 +++
>>
On Wed, May 13, 2020 at 11:00:47AM +0300, Alexey Budankov wrote:
>
> Factor out event handling loop into handle_events() function.
>
> Signed-off-by: Alexey Budankov
> ---
> tools/perf/builtin-stat.c | 85 +++
> 1 file changed, 50 insertions(+), 35 deletions(
Factor out event handling loop into handle_events() function.
Signed-off-by: Alexey Budankov
---
tools/perf/builtin-stat.c | 85 +++
1 file changed, 50 insertions(+), 35 deletions(-)
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index e
Factor out event handling loop into handle_events() function.
Signed-off-by: Alexey Budankov
---
tools/perf/builtin-stat.c | 85 +++
1 file changed, 50 insertions(+), 35 deletions(-)
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index e
5 matches
Mail list logo