index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-kmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
mm, tracing: unify mm flags handling in tracepoints and printk
Vlastimil Babka
1
-1
/
+1
2016-03-16
tools, perf: make gfp_compact_table up to date
Vlastimil Babka
1
-19
/
+28
2016-02-27
perf config: Bring perf_default_config to the very beginning at main()
Wang Nan
1
-2
/
+2
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-1
/
+1
2015-10-01
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-10-01
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-07-01
perf kmem: Fill in the missing session freeing after an error occurs
Taeung Song
1
-2
/
+2
2015-05-29
perf kmem: Fix compiler warning about may be accessing uninitialized variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-12
perf kmem: Fix compiler warning about may be accessing uninitialized variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-11
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
1
-2
/
+2
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
1
-2
/
+5
2015-05-06
perf kmem: Show warning when trying to run stat without record
Namhyung Kim
1
-3
/
+14
2015-05-04
perf kmem: Add kmem.default config option
Namhyung Kim
1
-3
/
+29
2015-05-04
perf kmem: Print gfp flags in human readable string
Namhyung Kim
1
-13
/
+209
2015-05-04
perf kmem: Add --live option for current allocation stat
Namhyung Kim
1
-42
/
+68
2015-05-04
perf kmem: Support sort keys on page analysis
Namhyung Kim
1
-85
/
+308
2015-05-04
perf kmem: Implement stat --page --caller
Namhyung Kim
1
-21
/
+306
2015-04-29
perf kmem: Fix compiles on RHEL6/OL6
David Ahern
1
-27
/
+27
2015-04-24
perf kmem: Fix compiles on RHEL6/OL6
David Ahern
1
-27
/
+27
2015-04-23
perf kmem: Consistently use PRIu64 for printing u64 values
Will Deacon
1
-2
/
+2
2015-04-13
perf kmem: Analyze page allocator events also
Namhyung Kim
1
-16
/
+484
2015-04-08
perf kmem: Respect -i option
Jiri Olsa
1
-1
/
+2
2015-04-02
perf kmem: Support using -f to override perf.data file ownership
Yunlong Song
1
-4
/
+5
2015-03-24
perf kmem: Print big numbers using thousands' group
Namhyung Kim
1
-4
/
+7
2015-03-13
perf kmem: Fix alignment of slab result table
Namhyung Kim
1
-5
/
+5
2015-03-13
perf kmem: Allow -v option
Namhyung Kim
1
-0
/
+2
2015-03-13
perf kmem: Fix segfault when invalid sort key is given
Namhyung Kim
1
-1
/
+2
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-09-26
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
1
-1
/
+1
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
1
-2
/
+2
2014-08-13
perf kmem: Move session handling out of __cmd_kmem()
Namhyung Kim
1
-21
/
+28
2014-08-12
perf kmem: Do not ignore mmap events
Namhyung Kim
1
-3
/
+2
2014-08-12
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
1
-1
/
+1
2014-05-12
perf tools: Use tid for finding thread
Namhyung Kim
1
-1
/
+1
2014-04-22
perf kmem: Utilize the new generic cpunode_map
Don Zickus
1
-75
/
+3
2014-04-16
perf kmem: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
1
-3
/
+5
2013-11-07
perf evsel: Ditch evsel->handler.data field
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-11-04
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
1
-1
/
+1
2013-10-22
perf tools: Add data object to handle perf data file
Jiri Olsa
1
-1
/
+6
2013-09-24
perf kmem: Make it work again on non NUMA machines
Jiri Olsa
1
-1
/
+1
2013-08-29
perf tools: Remove references to struct ip_event
Adrian Hunter
1
-2
/
+2
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
1
-1
/
+2
2013-07-12
perf tools: struct thread has a tid not a pid
Adrian Hunter
1
-1
/
+1
2013-07-09
perf record: Remove -f/--force option
Jiri Olsa
1
-1
/
+1
2013-01-25
perf kmem: Use memdup()
Arnaldo Carvalho de Melo
1
-3
/
+3
2013-01-24
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-2
/
+1
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
1
-6
/
+1
2012-10-29
perf tools: Add a global variable "const char *input_name"
Feng Tang
1
-3
/
+2
2012-10-03
perf kmem: Don't use globals where not needed to
Arnaldo Carvalho de Melo
1
-40
/
+26
2012-09-24
perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers
Arnaldo Carvalho de Melo
1
-45
/
+45
[next]