summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
ModeNameSize
-rw-r--r--compaction-times-record229logplain
-rw-r--r--compaction-times-report210logplain
-rw-r--r--event_analyzing_sample-record199logplain
-rw-r--r--event_analyzing_sample-report129logplain
-rw-r--r--export-to-postgresql-record205logplain
-rw-r--r--export-to-postgresql-report669logplain
-rw-r--r--failed-syscalls-by-pid-record109logplain
-rw-r--r--failed-syscalls-by-pid-report258logplain
-rw-r--r--futex-contention-record82logplain
-rw-r--r--futex-contention-report129logplain
-rwxr-xr-xnet_dropmonitor-record44logplain
-rwxr-xr-xnet_dropmonitor-report132logplain
-rw-r--r--netdev-times-record334logplain
-rw-r--r--netdev-times-report176logplain
-rw-r--r--sched-migration-record134logplain
-rw-r--r--sched-migration-report122logplain
-rw-r--r--sctop-record111logplain
-rw-r--r--sctop-report484logplain
-rw-r--r--syscall-counts-by-pid-record111logplain
-rw-r--r--syscall-counts-by-pid-report256logplain
-rw-r--r--syscall-counts-record111logplain
-rw-r--r--syscall-counts-report241logplain
/docproc scripts/basic/docproc.c: In function ‘docsect’: scripts/basic/docproc.c:336: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result Signed-off-by: Namhyung Kim <namhyung@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Michal Marek <mmarek@suse.cz> 2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron Convert the 'dynamic debug' infrastructure to use jump labels. Signed-off-by: Jason Baron <jbaron@redhat.com> LKML-Reference: <b77627358cea3e27d7be4386f45f66219afb8452.1284733808.git.jbaron@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> 2010-09-11docbook: warn on unused doc entriesJohannes Berg When you don't use !E or !I but only !F, then it's very easy to miss including some functions, structs etc. in documentation. To help finding which ones were missed, allow printing out the unused ones as warnings. For example, using this on mac80211 yields a lot of warnings like this: Warning: didn't use docs for DOC: mac80211 workqueue Warning: didn't use docs for ieee80211_max_queues Warning: didn't use docs for ieee80211_bss_change Warning: didn't use docs for ieee80211_bss_conf when generating the documentation for it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>