|
@@ -1736,7 +1736,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events,
|
|
"t Zoom into current Thread\n"
|
|
"t Zoom into current Thread\n"
|
|
"V Verbose (DSO names in callchains, etc)\n"
|
|
"V Verbose (DSO names in callchains, etc)\n"
|
|
"z Toggle zeroing of samples\n"
|
|
"z Toggle zeroing of samples\n"
|
|
- "CTRL+z Enable/Disable events\n"
|
|
|
|
|
|
+ "f Enable/Disable events\n"
|
|
"/ Filter symbol by name";
|
|
"/ Filter symbol by name";
|
|
|
|
|
|
if (browser == NULL)
|
|
if (browser == NULL)
|
|
@@ -1901,7 +1901,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events,
|
|
/* Fall thru */
|
|
/* Fall thru */
|
|
case 'q':
|
|
case 'q':
|
|
case CTRL('c'):
|
|
case CTRL('c'):
|
|
- case CTRL('z'):
|
|
|
|
|
|
+ case 'f':
|
|
goto out_free_stack;
|
|
goto out_free_stack;
|
|
default:
|
|
default:
|
|
continue;
|
|
continue;
|