Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
52650505fbf3a6ab851c801f54e73e76c55ab8da
/
tools
/
perf
/
builtin-top.c
1ed091c
perf tools: Consolidate symbol resolving across all tools
by Arnaldo Carvalho de Melo
· 15 years ago
62daacb
perf tools: Reorganize event processing routines, lotsa dups killed
by Arnaldo Carvalho de Melo
· 15 years ago
95011c6
perf symbols: Support multiple symtabs in struct thread
by Arnaldo Carvalho de Melo
· 15 years ago
6a4694a
perf symbols: Better support for multiple symbol tables per dso
by Arnaldo Carvalho de Melo
· 15 years ago
3610583
perf symbols: Add a 'type' field to struct map
by Arnaldo Carvalho de Melo
· 15 years ago
fcf1203
perf symbols: Rename find_symbol routines to find_function
by Arnaldo Carvalho de Melo
· 15 years ago
3647948
perf tools: Introduce zalloc() for the common calloc(1, N) case
by Arnaldo Carvalho de Melo
· 15 years ago
b32d133
perf symbols: Simplify symbol machinery setup
by Arnaldo Carvalho de Melo
· 15 years ago
7cc017e
perf top: Always show the DSO column, even if its all the same
by Arnaldo Carvalho de Melo
· 15 years ago
2890284
perf tools: Move graph_line and graph_dotted_line from top
by Arnaldo Carvalho de Melo
· 15 years ago
cc612d8
perf symbols: Look for vmlinux in more places
by Arnaldo Carvalho de Melo
· 15 years ago
c338aee
perf symbols: Do lazy symtab loading for the kernel & modules too
by Arnaldo Carvalho de Melo
· 15 years ago
6671cb1
perf symbols: Remove unrelated actions from dso__load_kernel_sym
by Arnaldo Carvalho de Melo
· 15 years ago
2446042
perf symbols: Capture the running kernel buildid too
by Arnaldo Carvalho de Melo
· 15 years ago
b269876
perf top: Don't allocate the source parsing members upfront
by Arnaldo Carvalho de Melo
· 15 years ago
5a8e5a3
perf top: Allocate space only for the number of counters used
by Arnaldo Carvalho de Melo
· 15 years ago
51a472d
perf top: Introduce helper function to access symbol from sym_entry
by Arnaldo Carvalho de Melo
· 15 years ago
1a105f7
perf top: Suppress DSO column if only one is present
by Arnaldo Carvalho de Melo
· 15 years ago
13cc507
perf top: Auto adjust symbol and dso widths
by Arnaldo Carvalho de Melo
· 15 years ago
8ffcda1
perf top: Introduce --hide_{user,kernel}_symbols
by Arnaldo Carvalho de Melo
· 15 years ago
3b6ed98
perf top: Use all the lines in the screen
by Arnaldo Carvalho de Melo
· 15 years ago
39dc78b
Merge commit 'v2.6.32-rc7' into perf/core
by Ingo Molnar
· 15 years ago
c10edee
perf tools: Fix permission checks
by Pekka Enberg
· 15 years ago
00a192b
perf tools: Simplify the symbol priv area mechanism
by Arnaldo Carvalho de Melo
· 15 years ago
66bd842
perf tools: Delay loading symtabs till we hit a map with it
by Arnaldo Carvalho de Melo
· 15 years ago
5b2bb75
perf top: Support userspace symbols too
by Arnaldo Carvalho de Melo
· 15 years ago
6beba7a
perf tools: Unify debug messages mechanisms
by Arnaldo Carvalho de Melo
· 15 years ago
c88e4bf
perf top: Fix symbol annotation
by Arnaldo Carvalho de Melo
· 15 years ago
c258449
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
dc79959
perf top: Fix --delay_secs 0 division by zero
by Tim Blechmann
· 15 years ago
f4f0b41
perf tools: Remove expensive old debug code from perf top
by Mike Galbraith
· 15 years ago
7e4ff9e
perf tools: Fix counter sample frequency breakage
by Mike Galbraith
· 15 years ago
42e59d7
perf tools: Default to 1 KHz auto-sampling freq events
by Ingo Molnar
· 15 years ago
d9b2002
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
5c20680
perf top: Keep the default of asking for kernel module symbols
by Arnaldo Carvalho de Melo
· 15 years ago
439d473
perf tools: Rewrite and improve support for kernel modules
by Arnaldo Carvalho de Melo
· 15 years ago
2ccdc45
perf top: Remove dead {min,max}_ip unused variables
by Arnaldo Carvalho de Melo
· 15 years ago
8357275
perf top: Add poll_idle to the skip list
by Arnaldo Carvalho de Melo
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
7ced156
perf top: Show RIP only in verbose mode
by Arnaldo Carvalho de Melo
· 15 years ago
8f28827a
perf tools: Librarize trace_event() helper
by Frederic Weisbecker
· 15 years ago
83a0944
perf: Enable more compiler warnings
by Ingo Molnar
· 15 years ago
1fe2c10
perf tools: Factorize the event structure definitions in a single file
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
091bd2e
perf top: Improve interactive key handling
by Mike Galbraith
· 15 years ago
46ab976
perf_counter tools: Allow perf top top users to switch between weighted and individual counter display
by Mike Galbraith
· 15 years ago
923c42c
perf_counter tools: Fix/resurrect perf top annotation in a simple interactive form
by Mike Galbraith
· 15 years ago
59b9005
perf top: Add mwait_idle_with_hints to skip_symbols[]
by Arnaldo Carvalho de Melo
· 15 years ago
0fdc7e6
perf_counter tools: Give perf top inherit option
by Mike Galbraith
· 15 years ago
1e11fd8
perf_counter tools: Provide helper to print percents color
by Frederic Weisbecker
· 15 years ago
4297648
perf_counter tools: Enable kernel module symbol loading in tools
by Mike Galbraith
· 15 years ago
6cfcc53
perf_counter tools: Connect module support infrastructure to symbol loading infrastructure
by Mike Galbraith
· 15 years ago
9974f49
perf_counter tools: Make symbol loading consistently return number of loaded symbols
by Mike Galbraith
· 15 years ago
43cbcd8
perf_counter tools: Share rbtree.with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
f37a291
perf_counter tools: Add more warnings and fix/annotate them
by Ingo Molnar
· 15 years ago
3a3393e
perf top: Add ppc64 specific skip symbols and strip ppc64 . prefix
by Anton Blanchard
· 15 years ago
2ab5208
perf top: Move skip symbols to an array
by Anton Blanchard
· 15 years ago
1f208ea
perf report: Fix -z option
by Anton Blanchard
· 15 years ago
e6e18ec
perf_counter: Rework the sample ABI
by Peter Zijlstra
· 15 years ago
9cffa8d
perf_counter tools: Define and use our own u64, s64 etc. definitions
by Paul Mackerras
· 15 years ago
f4dbfa8
perf_counter: Standardize event names
by Peter Zijlstra
· 15 years ago
729ff5e2
perf_counter tools: Clean up u64 usage
by Ingo Molnar
· 15 years ago
aefcf37
perf_counter tools: Standardize color printing
by Ingo Molnar
· 15 years ago
30c806a
perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTER
by Ingo Molnar
· 15 years ago
3da297a
perf record: Fall back to cpu-clock-ticks if no PMU
by Ingo Molnar
· 15 years ago
716c69f
perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter available
by Ingo Molnar
· 15 years ago
2f01190
perf top: Wait for a minimal set of events before reading first snapshot
by Frederic Weisbecker
· 15 years ago
8647093
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
by Ingo Molnar
· 15 years ago
[Renamed from Documentation/perf_counter/builtin-top.c]
86847b6
perf_counter tools: Add 'perf list' to list available events
by Thomas Gleixner
· 15 years ago
a21ca2c
perf_counter: Separate out attr->type from attr->config
by Ingo Molnar
· 15 years ago
2f335a0
perf top: Fix zero or negative refresh delay
by Frederic Weisbecker
· 15 years ago
2debbc8
perf_counter tools: Clarify events/samples naming
by Ingo Molnar
· 15 years ago
cf1f457
perf record, top: Implement --freq
by Ingo Molnar
· 15 years ago
0f5486b
perf_counter: Sleep before refresh using poll in perf top
by Frederic Weisbecker
· 15 years ago
62fc445
perf_counter tools: Use fork and remove munmap events
by Peter Zijlstra
· 15 years ago
8fc0321
perf_counter tools: Add color terminal output support
by Ingo Molnar
· 15 years ago
bd74137
perf_counter tools: Print out symbol parsing errors only if --verbose
by Ingo Molnar
· 15 years ago
6e53cdf
perf top: Reduce default filter threshold
by Ingo Molnar
· 15 years ago
233f0b9
perf_counter tools: Work around warnings in older GCCs
by Ingo Molnar
· 15 years ago
f2521b6
perf_counter tools: Clean up old kerneltop references
by Ingo Molnar
· 15 years ago
bf9e187
perf_counter tools: Make source code headers more coherent
by Ingo Molnar
· 15 years ago
c70975b
perf_counter tools: Fix up the ABI shakeup
by Peter Zijlstra
· 15 years ago
29c2810
perf_counter tools: Remove the last nmi bits
by Peter Zijlstra
· 15 years ago
c44613a
perf_counter tools: Add locking to perf top
by Arnaldo Carvalho de Melo
· 15 years ago
da417a7
perf_counter tools: Fix top symbol table max_ip typo
by Mike Galbraith
· 15 years ago
a3ec8d7
perf_counter tools: Fix top symbol table dump typo
by Mike Galbraith
· 15 years ago
de04687
perf_counter tools: Convert builtin-top to use libperf symbol routines
by Arnaldo Carvalho de Melo
· 15 years ago
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
db20c00
perf top: fix typo in -d option
by Mike Galbraith
· 15 years ago
f91183f
perf top: Remove leftover NMI/IRQ bits
by Mike Galbraith
· 15 years ago
b456bae
perf top: Convert to Git option parsing
by Ingo Molnar
· 15 years ago
0e9b20b
perf record: Convert to Git option parsing
by Ingo Molnar
· 15 years ago
d94b943
perf top: Reduce display overhead
by Mike Galbraith
· 15 years ago
c2990a2
perf top: fix segfault
by Mike Galbraith
· 15 years ago
1a482f3
perf_counter: Fix userspace build
by Peter Zijlstra
· 15 years ago
f5456a6
perf top: update to use the new freq interface
by Peter Zijlstra
· 15 years ago
82afae6
perf_counter tools: fix buffer overwrite problem for perf top command
by Erdem Aktas
· 16 years ago
6eda583
perfcounter tools: move common defines ... to local header file
by Thomas Gleixner
· 16 years ago
e0202f5
perf_counter tools: fix x86 syscall numbers
by Ingo Molnar
· 16 years ago
38105f0
perf_counter: update 'perf top' documentation
by Robert Richter
· 16 years ago
Next »