mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	Merge pull request #480 from bjackman/remove-cpufreq-interactive
trace-cmd: remove cpufreq_interactive from default events
This commit is contained in:
		| @@ -103,7 +103,7 @@ class TraceCmdInstrument(Instrument): | |||||||
|  |  | ||||||
|     parameters = [ |     parameters = [ | ||||||
|         Parameter('events', kind=list_of_strings, |         Parameter('events', kind=list_of_strings, | ||||||
|                   default=['sched*', 'irq*', 'power*', 'cpufreq_interactive*'], |                   default=['sched*', 'irq*', 'power*'], | ||||||
|                   global_alias='trace_events', |                   global_alias='trace_events', | ||||||
|                   description=""" |                   description=""" | ||||||
|                   Specifies the list of events to be traced. Each event in the |                   Specifies the list of events to be traced. Each event in the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user