Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a515114fa3cff8f1da10cd68914d55c10879c3e0
a515114
perf record: Fix poll return value propagation
by Jiri Olsa
· 10 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 10 years ago
2ec85c6
perf tools: Remove elide setup for SORT_MODE__MEMORY mode
by Jiri Olsa
· 10 years ago
7f3e508
perf tools: Fix "==" into "=" in ui_browser__warning assignment
by zhangdianfang
· 10 years ago
f2d9627
perf tools: Allow overriding sysfs and proc finding with env var
by Cody P Schafer
· 10 years ago
16a6433
perf tools: Consider header files outside perf directory in tags target
by Sebastian Andrzej Siewior
· 10 years ago
6a2f254
perf tools: Add warning when disabling perl scripting support due to missing devel files
by Arnaldo Carvalho de Melo
· 10 years ago
1b572622
perf trace: Warn the user when not available
by Arnaldo Carvalho de Melo
· 10 years ago
9b26136
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 10 years ago
0506aec
perf tests: Add a test case for cumulating callchains
by Namhyung Kim
· 10 years ago
a1891aa
perf tests: Define and use symbolic names for fake symbols
by Namhyung Kim
· 10 years ago
d69b296
perf tools: Reset output/sort order to default
by Namhyung Kim
· 10 years ago
e4cf6f8
perf ui/gtk: Fix callchain display
by Namhyung Kim
· 10 years ago
56772ad
perf ui/stdio: Fix invalid percentage value of cumulated hist entries
by Namhyung Kim
· 10 years ago
e511db5
perf tools: Enable --children option by default
by Namhyung Kim
· 11 years ago
104ac99
perf top: Add top.children config option
by Namhyung Kim
· 12 years ago
1432ec3
perf top: Add --children option
by Namhyung Kim
· 11 years ago
7c50391
perf top: Convert to hist_entry_iter
by Namhyung Kim
· 11 years ago
9d3c02d
perf tools: Add callback function to hist_entry_iter
by Namhyung Kim
· 11 years ago
2bf1a12
perf tools: Do not auto-remove Children column if --fields given
by Namhyung Kim
· 11 years ago
8d8e645
perf report: Add report.children config option
by Namhyung Kim
· 12 years ago
793aaaa
perf report: Add --children option
by Namhyung Kim
· 11 years ago
77284de
perf tools: Add more hpp helper functions
by Namhyung Kim
· 11 years ago
1413566
perf tools: Apply percent-limit to cumulative percentage
by Namhyung Kim
· 11 years ago
b09955b
perf ui/gtk: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
0434ddd
perf ui/browser: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
594dcbf
perf ui/hist: Add support to accumulated hist stat
by Namhyung Kim
· 11 years ago
be7f855
perf tools: Save callchain info for each cumulative entry
by Namhyung Kim
· 11 years ago
be1f13e
perf callchain: Add callchain_cursor_snapshot()
by Namhyung Kim
· 12 years ago
b4d3c8b
perf report: Cache cumulative callchains
by Namhyung Kim
· 11 years ago
c7405d8
perf tools: Update cpumode for each cumulative entry
by Namhyung Kim
· 11 years ago
7a13aa2
perf hists: Accumulate hist entry stat based on the callchain
by Namhyung Kim
· 12 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
f8be1c8
perf hists: Add support for accumulated stat of hist entry
by Namhyung Kim
· 12 years ago
69bcb01
perf tools: Introduce struct hist_entry_iter
by Namhyung Kim
· 11 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 10 years ago
e450f90
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 10 years ago
eca8183
perf tools: Add automatic remapping of Android libraries
by Michael Lentine
· 10 years ago
21cfc5e
perf tools: Add cat as fallback pager
by Michael Lentine
· 10 years ago
f21d181
perf tests: Add a testcase for histogram output sorting
by Namhyung Kim
· 11 years ago
4e754e1
perf tests: Factor out print_hists_*()
by Namhyung Kim
· 11 years ago
1c89fe9
perf tools: Introduce reset_output_field()
by Namhyung Kim
· 11 years ago
cfaa154
perf tools: Get rid of obsolete hist_entry__sort_list
by Namhyung Kim
· 10 years ago
678a500
perf hists: Reset width of output fields with header length
by Namhyung Kim
· 11 years ago
e67d49a
perf tools: Skip elided sort entries
by Namhyung Kim
· 11 years ago
6fe8c26
perf top: Add --fields option to specify output fields
by Namhyung Kim
· 11 years ago
c0f1527
perf report/tui: Fix a bug when --fields/sort is given
by Namhyung Kim
· 11 years ago
202e7a6
perf tools: Add ->sort() member to struct sort_entry
by Namhyung Kim
· 11 years ago
a7d945b
perf report: Add -F option to specify output fields
by Namhyung Kim
· 11 years ago
22af969
perf tools: Call perf_hpp__init() before setting up GUI browsers
by Namhyung Kim
· 11 years ago
512ae1b
perf tools: Consolidate management of default sort orders
by Namhyung Kim
· 11 years ago
a2ce067
perf tools: Allow hpp fields to be sort keys
by Namhyung Kim
· 11 years ago
fb821c9e
perf ui: Get rid of callback from __hpp__fmt()
by Namhyung Kim
· 11 years ago
26d8b33
perf tools: Consolidate output field handling to hpp format routines
by Namhyung Kim
· 11 years ago
043ca389
perf tools: Use hpp formats to sort final output
by Namhyung Kim
· 11 years ago
f156d84
perf tools: Support event grouping in hpp ->sort()
by Namhyung Kim
· 11 years ago
093f0ef3
perf tools: Use hpp formats to sort hist entries
by Namhyung Kim
· 11 years ago
8b53699
perf tools: Convert sort entries to hpp formats
by Namhyung Kim
· 11 years ago
bc18b7f
perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt
by Namhyung Kim
· 11 years ago
6480c56
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 10 years ago
722e76e
fix Haswell precise store data source encoding
by Stephane Eranian
· 11 years ago
643fd0b
perf: Fix perf_event_open(.flags) test
by Peter Zijlstra
· 11 years ago
12665b3
perf/events/core: Drop unused variable after cleanup
by Borislav Petkov
· 11 years ago
97eac38
perf tools: Add libdw DWARF post unwind support for ARM
by Jean Pihet
· 11 years ago
90fa9de
perf tests: Add dwarf unwind test on ARM
by Jean Pihet
· 11 years ago
3418f96
perf tests: Introduce perf_regs_load function on ARM
by Jean Pihet
· 11 years ago
21a8b75
perf tools: Consolidate types.h for ARM and ARM64
by Jean Pihet
· 11 years ago
c5765ec
perf session: Fix possible null pointer dereference in session.c
by Masanari Iida
· 11 years ago
9d372ca
perf sched: Cleanup, remove unused variables in map_switch_event()
by Dongsheng Yang
· 11 years ago
67d6259
perf sched: Remove nr_state_machine_bugs in perf latency
by Dongsheng Yang
· 11 years ago
0680ee7
perf tools: Remove usage of trace_sched_wakeup(.success)
by Peter Zijlstra
· 11 years ago
26f2738
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 11 years ago
13ce34d
perf tools: Use tid for finding thread
by Namhyung Kim
· 11 years ago
bac1e4d
perf tools: Get rid of on_exit() feature test
by Namhyung Kim
· 11 years ago
4560471
perf record: Propagate exit status of a command line workload
by Namhyung Kim
· 11 years ago
6bcab4e
perf tools: Clarify the output of perf sched map.
by Dongsheng
· 11 years ago
e936e8e
perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.
by Dongsheng
· 11 years ago
7fff959
perf tools: Add missing event for perf sched record.
by Dongsheng
· 11 years ago
3a497f4
perf: Simplify perf_event_exit_task_context()
by Peter Zijlstra
· 11 years ago
683ede4
perf: Rework free paths
by Peter Zijlstra
· 11 years ago
6334241
perf: Validate locking assumption
by Peter Zijlstra
· 11 years ago
15a2d4d
perf: Always destroy groups on exit
by Peter Zijlstra
· 11 years ago
1f4ee50
perf: Ensure consistent inherit state in groups
by Peter Zijlstra
· 11 years ago
37b16be
Merge branch 'perf/urgent' into perf/core, to avoid conflicts
by Ingo Molnar
· 11 years ago
a4b4f11
perf/x86/intel: Fix Silvermont's event constraints
by Yan, Zheng
· 11 years ago
ffb4ef2
perf: Fix perf_event_init_context()
by Peter Zijlstra
· 11 years ago
46ce0fe
perf: Fix race in removing an event
by Peter Zijlstra
· 11 years ago
38583f0
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
3ca9e5d
agp: info leak in agpioc_info_wrap()
by Dan Carpenter
· 11 years ago
d353efd
fs/affs/super.c: bugfix / double free
by Fabian Frederick
· 11 years ago
1e2ee49
fanotify: fix -EOVERFLOW with large files on 64-bit
by Will Woods
· 11 years ago
41a2128
slub: use sysfs'es release mechanism for kmem_cache
by Christoph Lameter
· 11 years ago
6237625
revert "mm: vmscan: do not swap anon pages just because free+file is low"
by Johannes Weiner
· 11 years ago
6b6751f
autofs: fix lockref lookup
by Ian Kent
· 11 years ago
139b6a6
mm: filemap: update find_get_pages_tag() to deal with shadow entries
by Johannes Weiner
· 11 years ago
49e068f
mm/compaction: make isolate_freepages start at pageblock boundary
by Vlastimil Babka
· 11 years ago
0e3b7e5
MAINTAINERS: zswap/zbud: change maintainer email address
by Seth Jennings
· 11 years ago
d5c9fde
mm/page-writeback.c: fix divide by zero in pos_ratio_polynom
by Rik van Riel
· 11 years ago
457c1b2
hugetlb: ensure hugepage access is denied if hugepages are not supported
by Nishanth Aravamudan
· 11 years ago
93030d8
slub: fix memcg_propagate_slab_attrs
by Vladimir Davydov
· 11 years ago
Next »