Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
64b84010f9f85996a219fcc697396e7e11be3459
/
tools
/
perf
23ba90e
Merge branch 'perf/scripting' into perf/core
by Ingo Molnar
· 15 years ago
93aaa45
perf tools: Replace %m with %a in sscanf
by Liming Wang
· 15 years ago
bdad0db
perf_event: Fix compile error
by Xiao Guangrong
· 15 years ago
c19e33a
perf tools: Fix _GNU_SOURCE macro related strndup() build error
by Liming Wang
· 15 years ago
b498ce1
perf probe: Simplify event naming
by Masami Hiramatsu
· 15 years ago
4de189f
perf probe: Add --list option for listing current probe events
by Masami Hiramatsu
· 15 years ago
e1c01d6
perf probe: Add argv_split() from lib/argv_split.c
by Masami Hiramatsu
· 15 years ago
50656ee
perf probe: Move probe event utility functions to probe-event.c
by Masami Hiramatsu
· 15 years ago
934b1f5
perf probe: Fix probe array index for multiple probe points
by Masami Hiramatsu
· 15 years ago
74ca4c0
perf probe: Fix argv array size in probe parser
by Masami Hiramatsu
· 15 years ago
57d250d
perf probe: Add probe-finder.h without libdwarf
by Masami Hiramatsu
· 15 years ago
f41b1e4
perf probe: Change a debugging message from pr_info to pr_debug
by Masami Hiramatsu
· 15 years ago
5cbd080
perf timechart: Remove open-coded event parsing code
by Li Zefan
· 15 years ago
bab81b6
perf annotate: Fix perf data parsing
by Li Zefan
· 15 years ago
8ea339a
perf trace/scripting: Add Fedora libperl install note to doc
by Tom Zanussi
· 15 years ago
61381de
perf trace/scripting: Fix Perl common_* access functions
by Tom Zanussi
· 15 years ago
e136323
perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c
by Tom Zanussi
· 15 years ago
f8be423
perf trace/scripting: Silence PERL_EMBED_* backtick errors
by Tom Zanussi
· 15 years ago
cf72344
perf scripting: Fix build
by Ingo Molnar
· 15 years ago
1ae4a97
perf trace: Add a scripts/perl/bin for perf trace shell scripts
by Tom Zanussi
· 15 years ago
89fbf0b
perf trace: Add Documentation for perf trace Perl support
by Tom Zanussi
· 15 years ago
d1b9377
perf trace: Add interface to access perf data from Perl handlers
by Tom Zanussi
· 15 years ago
bcefe12
perf trace: Add perf trace scripting support modules for Perl
by Tom Zanussi
· 15 years ago
16c632d
perf trace: Add Perl scripting support
by Tom Zanussi
· 15 years ago
eb9a42c
perf trace: Add flag/symbolic format_flags
by Tom Zanussi
· 15 years ago
956ffd0
perf trace: Add scripting ops
by Tom Zanussi
· 15 years ago
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
1de8e24
perf symbols: When not using modules, discard its symbols
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
23ea4a3
perf symbols: Kernel_maps should be an array of MAP__NR_TYPES entries
by Arnaldo Carvalho de Melo
· 15 years ago
4e06255
perf symbols: Make the kallsyms loading routines part of the dso class
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
605ca4b
perf symbols: Unexport kernel_map__functions
by Arnaldo Carvalho de Melo
· 15 years ago
b0da954
perf symbols: Split the dsos list into kernel and user parts
by Arnaldo Carvalho de Melo
· 15 years ago
61f37a8
perf symbols: Rename kernel_mapto kernel_map[s]__functions
by Arnaldo Carvalho de Melo
· 15 years ago
3f5ee18
perf symbols: Avoid annoying message about loading symbols
by Arnaldo Carvalho de Melo
· 15 years ago
0d0bea5
perf tools: Add 'signed' flag setting back into trace-event-parse.c
by Tom Zanussi
· 15 years ago
fcf1203
perf symbols: Rename find_symbol routines to find_function
by Arnaldo Carvalho de Melo
· 15 years ago
727dad1
perf tools: Remove unused wrapper routines
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
e74328d
perf tools: Use common process_event functions for annotate and report
by John Kacur
· 15 years ago
c9c7cca
perf tools: Add perf.data to .gitignore
by John Kacur
· 15 years ago
1263d73
Merge branch 'perf/bench' into perf/core
by Ingo Molnar
· 15 years ago
b23d576
perf kmem: Add help file
by Li Zefan
· 15 years ago
079d3f6
perf kmem: Measure kmalloc/kfree CPU ping-pong call-sites
by Li Zefan
· 15 years ago
7d0d394
perf kmem: Collect cross node allocation statistics
by Li Zefan
· 15 years ago
29b3e15
perf kmem: Default to sort by fragmentation
by Li Zefan
· 15 years ago
7707b6b
perf kmem: Add new option to show raw ip
by Li Zefan
· 15 years ago
ee3d250
perf tools: Fix compilation on powerpc
by Paul Mackerras
· 15 years ago
1b145ae
perf kmem: Resolve symbols
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
1b290d6
perf tools: Add support for breakpoint events in perf tools
by Frederic Weisbecker
· 15 years ago
bfd4511
perf record, x86: Print more intelligent error message when sampling fails
by Simon Kaempflein
· 15 years ago
81516c5
perf: Use default compiler mode by default
by Michael S. Tsirkin
· 15 years ago
50e5095
perf report: Do map lookups in resolve_callchain()
by Arnaldo Carvalho de Melo
· 15 years ago
87f8ea4
perf symbols: Show messages about module loading only if verbose >= 1
by Arnaldo Carvalho de Melo
· 15 years ago
b197c7e
perf tools: Suggest static libraries as well
by Michael S. Tsirkin
· 15 years ago
7baed9a
perf tools: Add V=2 option to help debug config issues
by Michael S. Tsirkin
· 15 years ago
e57cfcd
perf symbols: Fix ELF header errors during "perf kmem record"
by Pekka Enberg
· 15 years ago
f3ced7c
perf kmem: Add --sort hit and --sort frag
by Pekka Enberg
· 15 years ago
12eac0b
perf bench: Make the mem/memcpy tests more user-friendly
by Hitoshi Mitake
· 15 years ago
e256136
perf trace: Read_tracing_data should die() another day
by Arnaldo Carvalho de Melo
· 15 years ago
c12e15e
perf symbols: Old versions of elf.h don't have NT_GNU_BUILD_ID
by Arnaldo Carvalho de Melo
· 15 years ago
90c8321
perf symbols: Fixup kernel_maps__fixup_end end map
by Arnaldo Carvalho de Melo
· 15 years ago
ef6ae72
perf symbols: Change the kernel DSO name if it comes from kallsyms
by Arnaldo Carvalho de Melo
· 15 years ago
fbd733b
perf symbols: Check vmlinux buildid
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
78075ca
perf symbols: Introduce dso__build_id_equal
by Arnaldo Carvalho de Melo
· 15 years ago
fd7a346
perf symbols: Filename__read_build_id should look at .notes section 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
ba77c9e
perf: Add 'perf kmem' tool
by Li Zefan
· 15 years ago
6b0cb5f
perf tools: Don't die() in mmap_dispatch_perf_file
by Arnaldo Carvalho de Melo
· 15 years ago
d5eed90
perf tools: Eliminate some more die() uses in library functions
by Arnaldo Carvalho de Melo
· 15 years ago
4dc0a04
perf tools: perf_header__read() shouldn't die()
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
f1617b4
perf symbols: Record the build_ids of kernel modules too
by Arnaldo Carvalho de Melo
· 15 years ago
e30a3d1
perf symbols: Kill struct build_id_list and die() another day
by Arnaldo Carvalho de Melo
· 15 years ago
d3379ab
perf symbols: Fix comparision of build_ids
by Arnaldo Carvalho de Melo
· 15 years ago
827f3b4
perf bench: Add memcpy() benchmark
by Hitoshi Mitake
· 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
cfc10d3
perf symbols: Add a long_name_len member to struct dso
by Arnaldo Carvalho de Melo
· 15 years ago
11ada26
perf tools: Add ia64 support for tools/perf/
by Luck, Tony
· 15 years ago
7513865
perf tools: Support static build
by Michael S. Tsirkin
· 15 years ago
a7b6342
Merge branch 'perf/core' into perf/probes
by Ingo Molnar
· 15 years ago
3726cc7
perf tools: Don't die() in do_write()
by Arnaldo Carvalho de Melo
· 15 years ago
a9a70bb
perf tools: Don't die() in perf_header__new()
by Arnaldo Carvalho de Melo
· 15 years ago
5875412
perf tools: Don't die() in perf_header_attr__add_id()
by Arnaldo Carvalho de Melo
· 15 years ago
11deb1f
perf tools: Don't die() in perf_header__add_attr()
by Arnaldo Carvalho de Melo
· 15 years ago
1124ba7
perf buildid-list: Always show the DSO name
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
Next »