Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269046
b: refs/heads/master
c: ab81f3f
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 7, 2011
1 parent 921a1cc commit 6925437
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 580 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: 81cce8de9437be9234f651be1f03e596c1b1a79a
refs/heads/master: ab81f3fd350c510730adb1ca40ef55c2b2952121
23 changes: 20 additions & 3 deletions trunk/tools/perf/Documentation/perf-top.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,26 @@ Default is to monitor all CPUS.
--zero::
Zero history across display updates.

-s::
--sort::
Sort by key(s): pid, comm, dso, symbol, parent

-n::
--show-nr-samples::
Show a column with the number of samples.

--show-total-period::
Show a column with the sum of periods.

--dsos::
Only consider symbols in these dsos.

--comms::
Only consider symbols in these comms.

--symbols::
Only consider these symbols.

INTERACTIVE PROMPTING KEYS
--------------------------

Expand All @@ -130,9 +150,6 @@ INTERACTIVE PROMPTING KEYS
[S]::
Stop annotation, return to full profile display.

[w]::
Toggle between weighted sum and individual count[E]r profile.

[z]::
Toggle event count zeroing across display updates.

Expand Down
4 changes: 0 additions & 4 deletions trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ else
LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o
LIB_OBJS += $(OUTPUT)util/ui/browsers/hists.o
LIB_OBJS += $(OUTPUT)util/ui/browsers/map.o
LIB_OBJS += $(OUTPUT)util/ui/browsers/top.o
LIB_OBJS += $(OUTPUT)util/ui/helpline.o
LIB_OBJS += $(OUTPUT)util/ui/progress.o
LIB_OBJS += $(OUTPUT)util/ui/util.o
Expand Down Expand Up @@ -729,9 +728,6 @@ $(OUTPUT)util/ui/browser.o: util/ui/browser.c $(OUTPUT)PERF-CFLAGS
$(OUTPUT)util/ui/browsers/annotate.o: util/ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $<

$(OUTPUT)util/ui/browsers/top.o: util/ui/browsers/top.c $(OUTPUT)PERF-CFLAGS
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $<

$(OUTPUT)util/ui/browsers/hists.o: util/ui/browsers/hists.c $(OUTPUT)PERF-CFLAGS
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DENABLE_SLFUTURE_CONST $<

Expand Down
Loading

0 comments on commit 6925437

Please sign in to comment.