diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-12-17 15:24:45 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-01-21 11:24:31 -0500 |
| commit | 48000a1aed7422a833220245da43114012c355d7 (patch) | |
| tree | cebd266d933e33ee27ccf3e8bbcf6f3f48d3387a /tools/perf/util | |
| parent | 6602412215c26cd94af1b78fef56b78a5027b19b (diff) | |
perf tools: Remove EOL whitespaces
Janitorial stuff: boredom moment.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-u70i7shys3kths4hzru72bha@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util')
| -rw-r--r-- | tools/perf/util/annotate.c | 2 | ||||
| -rw-r--r-- | tools/perf/util/parse-events.c | 6 | ||||
| -rw-r--r-- | tools/perf/util/python.c | 2 | ||||
| -rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 2 | ||||
| -rw-r--r-- | tools/perf/util/session.c | 2 | ||||
| -rw-r--r-- | tools/perf/util/symbol.c | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 01bc4e23a2cf..61bf9128e1f2 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
| @@ -239,7 +239,7 @@ static int mov__parse(struct ins_operands *ops) | |||
| 239 | *s = '\0'; | 239 | *s = '\0'; |
| 240 | ops->source.raw = strdup(ops->raw); | 240 | ops->source.raw = strdup(ops->raw); |
| 241 | *s = ','; | 241 | *s = ','; |
| 242 | 242 | ||
| 243 | if (ops->source.raw == NULL) | 243 | if (ops->source.raw == NULL) |
| 244 | return -1; | 244 | return -1; |
| 245 | 245 | ||
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 77b43fe43d55..f36b80ecaf52 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
| @@ -1121,7 +1121,7 @@ void print_tracepoint_events(const char *subsys_glob, const char *event_glob, | |||
| 1121 | return; | 1121 | return; |
| 1122 | 1122 | ||
| 1123 | for_each_subsystem(sys_dir, sys_dirent, sys_next) { | 1123 | for_each_subsystem(sys_dir, sys_dirent, sys_next) { |
| 1124 | if (subsys_glob != NULL && | 1124 | if (subsys_glob != NULL && |
| 1125 | !strglobmatch(sys_dirent.d_name, subsys_glob)) | 1125 | !strglobmatch(sys_dirent.d_name, subsys_glob)) |
| 1126 | continue; | 1126 | continue; |
| 1127 | 1127 | ||
| @@ -1132,7 +1132,7 @@ void print_tracepoint_events(const char *subsys_glob, const char *event_glob, | |||
| 1132 | continue; | 1132 | continue; |
| 1133 | 1133 | ||
| 1134 | for_each_event(sys_dirent, evt_dir, evt_dirent, evt_next) { | 1134 | for_each_event(sys_dirent, evt_dir, evt_dirent, evt_next) { |
| 1135 | if (event_glob != NULL && | 1135 | if (event_glob != NULL && |
| 1136 | !strglobmatch(evt_dirent.d_name, event_glob)) | 1136 | !strglobmatch(evt_dirent.d_name, event_glob)) |
| 1137 | continue; | 1137 | continue; |
| 1138 | 1138 | ||
| @@ -1305,7 +1305,7 @@ static void print_symbol_events(const char *event_glob, unsigned type, | |||
| 1305 | 1305 | ||
| 1306 | for (i = 0; i < max; i++, syms++) { | 1306 | for (i = 0; i < max; i++, syms++) { |
| 1307 | 1307 | ||
| 1308 | if (event_glob != NULL && | 1308 | if (event_glob != NULL && |
| 1309 | !(strglobmatch(syms->symbol, event_glob) || | 1309 | !(strglobmatch(syms->symbol, event_glob) || |
| 1310 | (syms->alias && strglobmatch(syms->alias, event_glob)))) | 1310 | (syms->alias && strglobmatch(syms->alias, event_glob)))) |
| 1311 | continue; | 1311 | continue; |
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index 3dda85ca50c1..d906d0ad5d40 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c | |||
| @@ -768,7 +768,7 @@ static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, | |||
| 768 | Py_DECREF(file); | 768 | Py_DECREF(file); |
| 769 | goto free_list; | 769 | goto free_list; |
| 770 | } | 770 | } |
| 771 | 771 | ||
| 772 | Py_DECREF(file); | 772 | Py_DECREF(file); |
| 773 | } | 773 | } |
| 774 | 774 | ||
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index d808a328f4dc..0c815a40a6e8 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c | |||
| @@ -89,7 +89,7 @@ static void handler_call_die(const char *handler_name) | |||
| 89 | 89 | ||
| 90 | /* | 90 | /* |
| 91 | * Insert val into into the dictionary and decrement the reference counter. | 91 | * Insert val into into the dictionary and decrement the reference counter. |
| 92 | * This is necessary for dictionaries since PyDict_SetItemString() does not | 92 | * This is necessary for dictionaries since PyDict_SetItemString() does not |
| 93 | * steal a reference, as opposed to PyTuple_SetItem(). | 93 | * steal a reference, as opposed to PyTuple_SetItem(). |
| 94 | */ | 94 | */ |
| 95 | static void pydict_set_item_string_decref(PyObject *dict, const char *key, PyObject *val) | 95 | static void pydict_set_item_string_decref(PyObject *dict, const char *key, PyObject *val) |
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index 5f0e05a76c05..b0ce3d6e6231 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
| @@ -274,7 +274,7 @@ void perf_tool__fill_defaults(struct perf_tool *tool) | |||
| 274 | if (tool->id_index == NULL) | 274 | if (tool->id_index == NULL) |
| 275 | tool->id_index = process_id_index_stub; | 275 | tool->id_index = process_id_index_stub; |
| 276 | } | 276 | } |
| 277 | 277 | ||
| 278 | static void swap_sample_id_all(union perf_event *event, void *data) | 278 | static void swap_sample_id_all(union perf_event *event, void *data) |
| 279 | { | 279 | { |
| 280 | void *end = (void *) event + event->header.size; | 280 | void *end = (void *) event + event->header.size; |
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index a194702a0a2f..a69066865a55 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c | |||
| @@ -685,7 +685,7 @@ static int dso__split_kallsyms(struct dso *dso, struct map *map, u64 delta, | |||
| 685 | struct machine *machine = kmaps->machine; | 685 | struct machine *machine = kmaps->machine; |
| 686 | struct map *curr_map = map; | 686 | struct map *curr_map = map; |
| 687 | struct symbol *pos; | 687 | struct symbol *pos; |
| 688 | int count = 0, moved = 0; | 688 | int count = 0, moved = 0; |
| 689 | struct rb_root *root = &dso->symbols[map->type]; | 689 | struct rb_root *root = &dso->symbols[map->type]; |
| 690 | struct rb_node *next = rb_first(root); | 690 | struct rb_node *next = rb_first(root); |
| 691 | int kernel_range = 0; | 691 | int kernel_range = 0; |
