|
@@ -156,7 +156,7 @@ static int test1(struct perf_evsel *evsel, struct machine *machine)
|
|
|
goto out;
|
|
|
|
|
|
hists__collapse_resort(hists, NULL);
|
|
|
- hists__output_resort(hists, NULL);
|
|
|
+ perf_evsel__output_resort(evsel, NULL);
|
|
|
|
|
|
if (verbose > 2) {
|
|
|
pr_info("[fields = %s, sort = %s]\n", field_order, sort_order);
|
|
@@ -256,7 +256,7 @@ static int test2(struct perf_evsel *evsel, struct machine *machine)
|
|
|
goto out;
|
|
|
|
|
|
hists__collapse_resort(hists, NULL);
|
|
|
- hists__output_resort(hists, NULL);
|
|
|
+ perf_evsel__output_resort(evsel, NULL);
|
|
|
|
|
|
if (verbose > 2) {
|
|
|
pr_info("[fields = %s, sort = %s]\n", field_order, sort_order);
|
|
@@ -310,7 +310,7 @@ static int test3(struct perf_evsel *evsel, struct machine *machine)
|
|
|
goto out;
|
|
|
|
|
|
hists__collapse_resort(hists, NULL);
|
|
|
- hists__output_resort(hists, NULL);
|
|
|
+ perf_evsel__output_resort(evsel, NULL);
|
|
|
|
|
|
if (verbose > 2) {
|
|
|
pr_info("[fields = %s, sort = %s]\n", field_order, sort_order);
|
|
@@ -388,7 +388,7 @@ static int test4(struct perf_evsel *evsel, struct machine *machine)
|
|
|
goto out;
|
|
|
|
|
|
hists__collapse_resort(hists, NULL);
|
|
|
- hists__output_resort(hists, NULL);
|
|
|
+ perf_evsel__output_resort(evsel, NULL);
|
|
|
|
|
|
if (verbose > 2) {
|
|
|
pr_info("[fields = %s, sort = %s]\n", field_order, sort_order);
|
|
@@ -491,7 +491,7 @@ static int test5(struct perf_evsel *evsel, struct machine *machine)
|
|
|
goto out;
|
|
|
|
|
|
hists__collapse_resort(hists, NULL);
|
|
|
- hists__output_resort(hists, NULL);
|
|
|
+ perf_evsel__output_resort(evsel, NULL);
|
|
|
|
|
|
if (verbose > 2) {
|
|
|
pr_info("[fields = %s, sort = %s]\n", field_order, sort_order);
|