Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
81198e60c2985d8a0222cc1e163a7fe6cc7cf97b
/
tools
/
perf
/
builtin-kmem.c
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
2516035
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
by Vlastimil Babka
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 8 years ago
41840d2
perf config: Move config declarations from util/cache.h to util/config.h
by Taeung Song
· 8 years ago
91d7b2d
perf callchain: Start moving away from global per thread cursors
by Arnaldo Carvalho de Melo
· 9 years ago
420adbe9
mm, tracing: unify mm flags handling in tracepoints and printk
by Vlastimil Babka
· 9 years ago
14e0a21
tools, perf: make gfp_compact_table up to date
by Vlastimil Babka
· 9 years ago
b8cbb34
perf config: Bring perf_default_config to the very beginning at main()
by Wang Nan
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
a5e813c
perf machine: Add method for common kernel_map(FUNCTION) operation
by Arnaldo Carvalho de Melo
· 9 years ago
77e6597
perf machine: Use machine__kernel_map() thoroughly
by Arnaldo Carvalho de Melo
· 9 years ago
249ca1a
perf kmem: Fill in the missing session freeing after an error occurs
by Taeung Song
· 9 years ago
b236512
perf kmem: Fix compiler warning about may be accessing uninitialized variable
by Arnaldo Carvalho de Melo
· 9 years ago
08a9b98
perf kmem: Fix compiler warning about may be accessing uninitialized variable
by Arnaldo Carvalho de Melo
· 10 years ago
f7dc7fd
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
by Ingo Molnar
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
a923e2c
perf kmem: Show warning when trying to run stat without record
by Namhyung Kim
· 10 years ago
0c160d4
perf kmem: Add kmem.default config option
by Namhyung Kim
· 10 years ago
0e11115
perf kmem: Print gfp flags in human readable string
by Namhyung Kim
· 10 years ago
2a7ef02
perf kmem: Add --live option for current allocation stat
by Namhyung Kim
· 10 years ago
fb4f313
perf kmem: Support sort keys on page analysis
by Namhyung Kim
· 10 years ago
c9758cc
perf kmem: Implement stat --page --caller
by Namhyung Kim
· 10 years ago
6b1a275
perf kmem: Fix compiles on RHEL6/OL6
by David Ahern
· 10 years ago
4ad1f43
perf kmem: Fix compiles on RHEL6/OL6
by David Ahern
· 10 years ago
6145c25
perf kmem: Consistently use PRIu64 for printing u64 values
by Will Deacon
· 10 years ago
0d68bc9
perf kmem: Analyze page allocator events also
by Namhyung Kim
· 10 years ago
28939e1
perf kmem: Respect -i option
by Jiri Olsa
· 10 years ago
d1eeb77
perf kmem: Support using -f to override perf.data file ownership
by Yunlong Song
· 10 years ago
77cfe38
perf kmem: Print big numbers using thousands' group
by Namhyung Kim
· 10 years ago
65f46e0
perf kmem: Fix alignment of slab result table
by Namhyung Kim
· 10 years ago
bd72a33
perf kmem: Allow -v option
by Namhyung Kim
· 10 years ago
405f875
perf kmem: Fix segfault when invalid sort key is given
by Namhyung Kim
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
2b2b2c6
perf kmem: Move session handling out of __cmd_kmem()
by Namhyung Kim
· 10 years ago
64c4090
perf kmem: Do not ignore mmap events
by Namhyung Kim
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 10 years ago
13ce34d
perf tools: Use tid for finding thread
by Namhyung Kim
· 11 years ago
4b62795
perf kmem: Utilize the new generic cpunode_map
by Don Zickus
· 11 years ago
3bca235
perf kmem: Introduce --list-cmds for use by scripts
by Ramkumar Ramachandra
· 11 years ago
744a971
perf evsel: Ditch evsel->handler.data field
by Arnaldo Carvalho de Melo
· 11 years ago
b9c5143
perf tools: Use an accessor to read thread comm
by Frederic Weisbecker
· 11 years ago
f5fc141
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
4921e32
perf kmem: Make it work again on non NUMA machines
by Jiri Olsa
· 11 years ago
ef89325
perf tools: Remove references to struct ip_event
by Adrian Hunter
· 11 years ago
314add6
perf tools: change machine__findnew_thread() to set thread pid
by Adrian Hunter
· 11 years ago
3805123
perf tools: struct thread has a tid not a pid
by Adrian Hunter
· 11 years ago
4a4d371
perf record: Remove -f/--force option
by Jiri Olsa
· 11 years ago
8d9233f
perf kmem: Use memdup()
by Arnaldo Carvalho de Melo
· 12 years ago
49e4ba5
perf kmem: use ARRAY_SIZE instead of reinventing it
by Sasha Levin
· 12 years ago
34ba512
perf machine: Simplify accessing the host machine
by Arnaldo Carvalho de Melo
· 12 years ago
70cb4e9
perf tools: Add a global variable "const char *input_name"
by Feng Tang
· 12 years ago
0433ffb
perf kmem: Don't use globals where not needed to
by Arnaldo Carvalho de Melo
· 12 years ago
0f7d2f1
perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers
by Arnaldo Carvalho de Melo
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
2814eb0
perf kmem: Remove die() calls
by Arnaldo Carvalho de Melo
· 12 years ago
22ad798
perf kmem: Use evsel->tp_format and perf_sample
by Arnaldo Carvalho de Melo
· 12 years ago
fcf65bf
perf evsel: Cache associated event_format
by Arnaldo Carvalho de Melo
· 12 years ago
da37896
perf tools: Stop using a global trace events description list
by Arnaldo Carvalho de Melo
· 12 years ago
aaf045f
perf: Have perf use the new libtraceevent.a library
by Steven Rostedt
· 13 years ago
1b22859
perf kmem: Fix a memory leak
by Namhyung Kim
· 13 years ago
8442da1
perf kmem: Add missing closedir() calls
by Namhyung Kim
· 13 years ago
efad141
perf report: Accept fifos as input file
by Robert Richter
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
9e69c21
perf session: Pass evsel in event_ops->sample()
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
21ef97f
perf session: Fallback to unordered processing if no sample_id_all
by Ian Munsie
· 14 years ago
ce47dc5
perf tools: Catch a few uncheck calloc/malloc's
by Chris Samuel
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
5c0541d
perf symbols: Add machine helper routines
by Arnaldo Carvalho de Melo
· 15 years ago
d28c622
perf machine: Adopt some map_groups functions
by Arnaldo Carvalho de Melo
· 15 years ago
23346f2
perf tools: Rename "kernel_info" to "machine"
by Arnaldo Carvalho de Melo
· 15 years ago
587570d
perf: Use generic sample reordering in perf kmem
by Frederic Weisbecker
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
71cf8b8
perf kmem: Fixup the symbol address before using it
by Arnaldo Carvalho de Melo
· 15 years ago
e727ca7
perf kmem: Resolve kernel symbols again
by Arnaldo Carvalho de Melo
· 15 years ago
7e5e1b14
perf symbols: map_groups__find_symbol must return the map too
by Arnaldo Carvalho de Melo
· 15 years ago
9de89fe
perf symbols: Remove perf_session usage in symbols layer
by Arnaldo Carvalho de Melo
· 15 years ago
ae7f671
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
64abebf7
perf session: Create kernel maps in the constructor
by Arnaldo Carvalho de Melo
· 15 years ago
b00eca8
perf kmem: Print usage help for unknown commands
by Pekka Enberg
· 15 years ago
4710327
perf kmem: Increase "Hit" column length
by Pekka Enberg
· 15 years ago
0d75503
perf tools: Don't cast RIP to pointers
by Arnaldo Carvalho de Melo
· 15 years ago
b7cece7
perf tools: Encode kernel module mappings in perf.data
by Arnaldo Carvalho de Melo
· 15 years ago
61405fe
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
4efb529
perf kmem: Fix statistics typo
by Wenji Huang
· 15 years ago
659d8cf
perf tools: Do a few more directory handling optimizations
by Ulrich Drepper
· 15 years ago
55aa640
perf session: Remove redundant prefix & suffix from perf_event_ops
by Arnaldo Carvalho de Melo
· 15 years ago
d549c769
perf session: Remove sample_type_check from event_ops
by Arnaldo Carvalho de Melo
· 15 years ago
2729559
perf session: Share the common trace sample_check routine as perf_session__has_traces
by Arnaldo Carvalho de Melo
· 15 years ago
655000e
perf symbols: Adopt the strlists for dso, comm
by Arnaldo Carvalho de Melo
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
c019879
perf session: Adopt the sample_type variable
by Arnaldo Carvalho de Melo
· 15 years ago
4e4f06e
perf session: Move the hist_entries rb tree to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
Next »