Re: [PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-26 Thread Namhyung Kim
Hi, On Thu, 23 Jan 2014 14:38:48 +0100, Jiri Olsa wrote: > On Thu, Jan 23, 2014 at 08:28:49AM +0900, Namhyung Kim wrote: >> Currently if a sample was filtered by command line option, it just >> dropped. But this affects final output in that the percentage can be >> different since the filtered en

Re: [PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-26 Thread Namhyung Kim
On Thu, 23 Jan 2014 14:21:00 +0100, Jiri Olsa wrote: > On Thu, Jan 23, 2014 at 08:28:49AM +0900, Namhyung Kim wrote: >> Currently if a sample was filtered by command line option, it just >> dropped. But this affects final output in that the percentage can be >> different since the filtered entries

Re: [PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-23 Thread Jiri Olsa
On Thu, Jan 23, 2014 at 08:28:49AM +0900, Namhyung Kim wrote: > Currently if a sample was filtered by command line option, it just > dropped. But this affects final output in that the percentage can be > different since the filtered entries were not included to the total. > > But user might want

Re: [PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-23 Thread Jiri Olsa
On Thu, Jan 23, 2014 at 08:28:49AM +0900, Namhyung Kim wrote: > Currently if a sample was filtered by command line option, it just > dropped. But this affects final output in that the percentage can be > different since the filtered entries were not included to the total. > > But user might want

[PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-22 Thread Namhyung Kim
Currently if a sample was filtered by command line option, it just dropped. But this affects final output in that the percentage can be different since the filtered entries were not included to the total. But user might want to see the original percentages when filter applied so change the behavi

[PATCH 1/5] perf tools: Count filtered entries to total period also

2014-01-13 Thread Namhyung Kim
Currently if a sample was filtered by command line option, it just dropped. But this affects final output in that the percentage can be different since the filtered entries were not included to the total. But user might want to see the original percentages when filter applied so change the behavi