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