Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158431
b: refs/heads/master
c: 48c2e17
h: refs/heads/master
i:
  158429: c159bde
  158427: 20f0734
  158423: e1355ed
  158415: a7d4c16
  158399: 48f0504
v: v3
  • Loading branch information
Jason Baron authored and Frederic Weisbecker committed Aug 11, 2009
1 parent 2f936ee commit 2457e4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4b5ffccc83c82947f5d9f15d6f1b6edb1b71cd7
refs/heads/master: 48c2e17f1f668fe6691bad965beb2b0b25239c5f
8 changes: 4 additions & 4 deletions trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ static void print_tracepoint_events(void)
evt_path, st) {
snprintf(evt_path, MAXPATHLEN, "%s:%s",
sys_dirent.d_name, evt_dirent.d_name);
fprintf(stderr, " %-40s [%s]\n", evt_path,
fprintf(stderr, " %-42s [%s]\n", evt_path,
event_type_descriptors[PERF_TYPE_TRACEPOINT+1]);
}
closedir(evt_dir);
Expand Down Expand Up @@ -640,7 +640,7 @@ void print_events(void)
sprintf(name, "%s OR %s", syms->symbol, syms->alias);
else
strcpy(name, syms->symbol);
fprintf(stderr, " %-40s [%s]\n", name,
fprintf(stderr, " %-42s [%s]\n", name,
event_type_descriptors[type]);

prev_type = type;
Expand All @@ -654,15 +654,15 @@ void print_events(void)
continue;

for (i = 0; i < PERF_COUNT_HW_CACHE_RESULT_MAX; i++) {
fprintf(stderr, " %-40s [%s]\n",
fprintf(stderr, " %-42s [%s]\n",
event_cache_name(type, op, i),
event_type_descriptors[4]);
}
}
}

fprintf(stderr, "\n");
fprintf(stderr, " %-40s [raw hardware event descriptor]\n",
fprintf(stderr, " %-42s [raw hardware event descriptor]\n",
"rNNN");
fprintf(stderr, "\n");

Expand Down

0 comments on commit 2457e4d

Please sign in to comment.