mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
perf script: Finish the rename from trace to script
The scripts have calls to 'perf trace' that need to be converted to 'perf script', do it.
This problem was introduced in 133dc4c
.
Reported-by: Torok Edwin <edwintorok@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Torok Edwin <edwintorok@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
104db7ff1d
commit
765532c8aa
31 changed files with 35 additions and 51 deletions
|
@ -1,4 +1,4 @@
|
|||
# Core.py - Python extension for perf trace, core functions
|
||||
# Core.py - Python extension for perf script, core functions
|
||||
#
|
||||
# Copyright (C) 2010 by Tom Zanussi <tzanussi@gmail.com>
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# SchedGui.py - Python extension for perf trace, basic GUI code for
|
||||
# SchedGui.py - Python extension for perf script, basic GUI code for
|
||||
# traces drawing and overview.
|
||||
#
|
||||
# Copyright (C) 2010 by Frederic Weisbecker <fweisbec@gmail.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Util.py - Python extension for perf trace, miscellaneous utility code
|
||||
# Util.py - Python extension for perf script, miscellaneous utility code
|
||||
#
|
||||
# Copyright (C) 2010 by Tom Zanussi <tzanussi@gmail.com>
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue