Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85df3b3769222894e9692b383c7af124b7721086
85df3b3
perf tools: Fix build with bison 2.3 and older.
by Vinson Lee
· 12 years ago
0232093
perf tools: Limit unwind support to x86 archs
by Jiri Olsa
· 12 years ago
18c9e5c
perf annotate: Make it to be able to skip unannotatable symbols
by Namhyung Kim
· 12 years ago
c0e79be
perf gtk/annotate: Fail early if it can't annotate
by Namhyung Kim
· 12 years ago
2375223
perf gtk/annotate: Show source lines with gray color
by Namhyung Kim
· 12 years ago
7a60ba9
perf gtk/annotate: Support multiple event annotation
by Namhyung Kim
· 12 years ago
2b676bf
perf ui/gtk: Implement basic GTK2 annotation browser
by Namhyung Kim
· 12 years ago
e3a3402
perf annotate: Fix warning message on a missing vmlinux
by Namhyung Kim
· 12 years ago
eeb4984
perf buildid-cache: Add --update option
by Namhyung Kim
· 12 years ago
a3d4fd7
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core
by Ingo Molnar
· 12 years ago
b2fe8ba
uprobes/perf: Avoid uprobe_apply() whenever possible
by Oleg Nesterov
· 12 years ago
f42d24a
uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE
by Oleg Nesterov
· 12 years ago
31ba334
uprobes/perf: Teach trace_uprobe/perf code to pre-filter
by Oleg Nesterov
· 12 years ago
736288b
uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's
by Oleg Nesterov
· 12 years ago
bdf8647
uprobes: Introduce uprobe_apply()
by Oleg Nesterov
· 12 years ago
f22c1bb
perf: Introduce hw_perf_event->tp_target and ->tp_list
by Oleg Nesterov
· 12 years ago
1b47aef
uprobes/perf: Always increment trace_uprobe->nhit
by Oleg Nesterov
· 12 years ago
a932b73
uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe
by Oleg Nesterov
· 12 years ago
b64b007
uprobes/tracing: Introduce is_trace_uprobe_enabled()
by Oleg Nesterov
· 12 years ago
7e4e28c
uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()
by Oleg Nesterov
· 12 years ago
4161824
uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()
by Oleg Nesterov
· 12 years ago
84d7ed7
uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()
by Oleg Nesterov
· 12 years ago
e8440c1
uprobes: Add exports for module use
by Josh Stone
· 12 years ago
af4355e
uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check
by Oleg Nesterov
· 12 years ago
608e742
uprobes: Do not allocate current->utask unnecessary
by Oleg Nesterov
· 12 years ago
aba5102
uprobes: Fix utask->xol_vaddr leak in pre_ssout()
by Oleg Nesterov
· 12 years ago
a6cb3f6
uprobes: Do not play with utask in xol_get_insn_slot()
by Oleg Nesterov
· 12 years ago
5a2df66
uprobes: Turn add_utask() into get_utask()
by Oleg Nesterov
· 12 years ago
9b545df
uprobes: Fold xol_alloc_area() into get_xol_area()
by Oleg Nesterov
· 12 years ago
c8a8253
uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()
by Oleg Nesterov
· 12 years ago
74e59df
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
by Oleg Nesterov
· 12 years ago
cf31ec3
uprobes/x86: Change __skip_sstep() to actually skip the whole insn
by Oleg Nesterov
· 12 years ago
da1816b
uprobes: Teach handler_chain() to filter out the probed task
by Oleg Nesterov
· 12 years ago
8a7f2fa
uprobes: Reintroduce uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
806a98b
uprobes: Rationalize the usage of filter_chain()
by Oleg Nesterov
· 12 years ago
66d06df
uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()
by Oleg Nesterov
· 12 years ago
06b7bcd
uprobes: Introduce uprobe_is_active()
by Oleg Nesterov
· 12 years ago
441f1eb
uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead
by Oleg Nesterov
· 12 years ago
d4d3ccc
uprobes: Kill uprobe->copy_mutex
by Oleg Nesterov
· 12 years ago
bb92928
uprobes: Kill UPROBE_RUN_HANDLER flag
by Oleg Nesterov
· 12 years ago
1ff6fee
uprobes: Change filter_chain() to iterate ->consumers list
by Oleg Nesterov
· 12 years ago
e591c8d
uprobes: Introduce uprobe->register_rwsem
by Oleg Nesterov
· 12 years ago
9a98e03
uprobes: _register() should always do register_for_each_vma(true)
by Oleg Nesterov
· 12 years ago
04aab9b
uprobes: _unregister() should always do register_for_each_vma(false)
by Oleg Nesterov
· 12 years ago
63633cb
uprobes: Introduce filter_chain()
by Oleg Nesterov
· 12 years ago
fe20d71
uprobes: Kill uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
f0744af
uprobes: Kill the pointless inode/uc checks in register/unregister
by Oleg Nesterov
· 12 years ago
bbc33d0
uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()
by Oleg Nesterov
· 12 years ago
661e591
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
88fd2b6
perf python: Link with sysfs.o
by Arnaldo Carvalho de Melo
· 12 years ago
e35ef355
perf evlist: Pass the event_group info via perf_attr_details
by Arnaldo Carvalho de Melo
· 12 years ago
91b9880
perf tools: Fix calloc argument ordering
by Paul Gortmaker
· 12 years ago
5a30a99
perf tests: Adding automated parsing tests for group :GH modifiers
by Jiri Olsa
· 12 years ago
89bb67f
perf tools: Fix perf_evsel::exclude_GH handling
by Jiri Olsa
· 12 years ago
b22e793
perf perl scripts: Fix SIGALRM and pipe read race for rwtop
by Jiri Olsa
· 12 years ago
0c5268b
perf hists browser: Add support to display whole group data for raw columns
by Jiri Olsa
· 12 years ago
d7e7a45
perf stat: Add per processor socket count aggregation
by Stephane Eranian
· 12 years ago
5ac59a8
perf tools: Add cpu_map processor socket level functions
by Stephane Eranian
· 12 years ago
0479b8b
perf evlist: Make event_copy local to mmaps
by David Ahern
· 12 years ago
5936f54
perf sort: Check return value of strdup()
by Namhyung Kim
· 12 years ago
5530998
perf sort: Make setup_sorting returns an error code
by Namhyung Kim
· 12 years ago
51f27d1
perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()
by Namhyung Kim
· 12 years ago
2209001
perf tools: Check for flex and bison before continuing building
by Borislav Petkov
· 12 years ago
74b2133
perf evlist: Fix set event list leader
by Stephane Eranian
· 12 years ago
ad0de09
perf report: Enable the runtime switching of perf data file
by Feng Tang
· 12 years ago
341487ab
perf hists browser: Add option for runtime switching perf data file
by Feng Tang
· 12 years ago
0fbdad0
perf/x86: Allow for architecture specific RDPMC indexes
by Jacob Shin
· 12 years ago
4c1fd17
perf/x86: Move MSR address offset calculation to architecture specific files
by Jacob Shin
· 12 years ago
9f19010a
perf/x86/amd: Use proper naming scheme for AMD bit field definitions
by Jacob Shin
· 12 years ago
4dd4c2a
perf/x86/amd: Generalize northbridge constraints code for family 15h
by Robert Richter
· 12 years ago
2c53c3d
perf/x86/amd: Rework northbridge event constraints handler
by Robert Richter
· 12 years ago
f2b4367
perf/powerpc: Fix build error
by Sukadev Bhattiprolu
· 12 years ago
f7355a5
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
by Ingo Molnar
· 12 years ago
d840f71
tracing: Init current_trace to nop_trace and remove NULL checks
by Steven Rostedt (Red Hat)
· 12 years ago
9c4c5fd
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
2ac3634
perf: Document the ABI of perf sysfs entries
by Sukadev Bhattiprolu
· 12 years ago
886c3b2
perf/POWER7: Make some POWER7 events available in sysfs
by Sukadev Bhattiprolu
· 12 years ago
1c53a27
perf/POWER7: Make generic event translations available in sysfs
by Sukadev Bhattiprolu
· 12 years ago
2663960
perf: Make EVENT_ATTR global
by Sukadev Bhattiprolu
· 12 years ago
bbdc7aa
perf/Power7: Use macros to identify perf events
by Sukadev Bhattiprolu
· 12 years ago
e6ab07d
perf evlist: Add --group option
by Namhyung Kim
· 12 years ago
00c7e1f
perf report: Add report.group config option
by Namhyung Kim
· 12 years ago
01d14f1
perf report: Add --group option
by Namhyung Kim
· 12 years ago
717e263
perf report: Show group description when event group is enabled
by Namhyung Kim
· 12 years ago
fc24d7c
perf report: Bypass non-leader events when event group is enabled
by Namhyung Kim
· 12 years ago
34b9564
perf gtk/browser: Trim column header string when event group enabled
by Namhyung Kim
· 12 years ago
cb16008
perf gtk/browser: Add support for event group view
by Namhyung Kim
· 12 years ago
371d8c4
perf hists browser: Add suppport for event group view
by Namhyung Kim
· 12 years ago
8970146
perf hists browser: Move coloring logic to hpp functions
by Namhyung Kim
· 12 years ago
5b9e214
perf ui/hist: Add support for event group view
by Namhyung Kim
· 12 years ago
843985e
perf gtk/browser: Convert hpp helpers to a function
by Namhyung Kim
· 12 years ago
5aed9d2
perf hists browser: Convert hpp helpers to a function
by Namhyung Kim
· 12 years ago
4fb7107
perf ui/hist: Consolidate hpp helpers
by Namhyung Kim
· 12 years ago
29d720e
perf hists: Resort hist entries using group members for output
by Namhyung Kim
· 12 years ago
6e1f601
perf report: Make another loop for linking group hists
by Namhyung Kim
· 12 years ago
a8bb559
perf header: Add HEADER_GROUP_DESC feature
by Namhyung Kim
· 12 years ago
8d7d847
perf tests: Add group test conditions
by Namhyung Kim
· 12 years ago
97f63e4
perf tools: Keep group information
by Namhyung Kim
· 12 years ago
0de233b
perf top: Delete maps on exit
by Arnaldo Carvalho de Melo
· 12 years ago
11859e8
perf top: Stop using exit()
by Arnaldo Carvalho de Melo
· 12 years ago
Next »