Re: [PATCH] tools: perf: util: dso: Remove some unused functions

2015-01-07 Thread Adrian Hunter
On 06/01/15 20:05, Rickard Strandqvist wrote: > 2015-01-05 8:24 GMT+01:00 Adrian Hunter : >> On 02/01/15 23:03, Rickard Strandqvist wrote: >>> Removes some functions that are not used anywhere: >>> dso__data_size() dso__data_status_seen() >>> >>> This was partially found by using a static code anal

Re: [PATCH] tools: perf: util: dso: Remove some unused functions

2015-01-06 Thread Rickard Strandqvist
2015-01-05 8:24 GMT+01:00 Adrian Hunter : > On 02/01/15 23:03, Rickard Strandqvist wrote: >> Removes some functions that are not used anywhere: >> dso__data_size() dso__data_status_seen() >> >> This was partially found by using a static code analysis program called >> cppcheck. >> >> Signed-off-by

Re: [PATCH] tools: perf: util: dso: Remove some unused functions

2015-01-04 Thread Adrian Hunter
On 02/01/15 23:03, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > dso__data_size() dso__data_status_seen() > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist > --- Please do not remov

[PATCH] tools: perf: util: dso: Remove some unused functions

2015-01-02 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: dso__data_size() dso__data_status_seen() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- tools/perf/util/dso.c | 34 -- tools/perf/util/