index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Experiment with cppcheck
Arnaldo Carvalho de Melo
2016-10-03
1
-3
/
+3
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-10
/
+9
*
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
2016-09-05
1
-20
/
+1
*
perf s390: Fix 'start' address of module's map
Song Shan Gong
2016-07-26
1
-0
/
+8
*
perf machine: Destructors should accept NULL
Arnaldo Carvalho de Melo
2016-06-22
1
-2
/
+4
*
Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-06-08
1
-2
/
+12
|
\
|
*
perf unwind: Move unwind__prepare_access from thread_new into thread__insert_map
He Kuang
2016-06-07
1
-2
/
+12
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-05-25
1
-20
/
+15
|
\
|
|
*
perf callchain: Stop validating callchains by the max_stack sysctl
Arnaldo Carvalho de Melo
2016-05-20
1
-20
/
+5
|
*
perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1
Arnaldo Carvalho de Melo
2016-05-20
1
-0
/
+1
|
*
perf machine: Do not bail out if not managing to read ref reloc symbol
Arnaldo Carvalho de Melo
2016-05-20
1
-4
/
+5
|
*
perf tools: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-16
1
-9
/
+17
|
*
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
2016-05-16
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-05-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tools/perf: Fix misspellings in comments.
Adam Buchbinder
2016-04-18
1
-1
/
+1
*
|
perf callchain: Fix incorrect ordering of entries
Chris Phlipot
2016-05-06
1
-15
/
+41
*
|
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
2016-05-05
1
-1
/
+1
*
|
perf machine: Introduce number of threads member
Arnaldo Carvalho de Melo
2016-05-05
1
-1
/
+6
*
|
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-04-27
1
-3
/
+3
*
|
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
2016-04-19
1
-3
/
+9
*
|
perf evsel: Add missign class prefix to has_branch_stack method
Arnaldo Carvalho de Melo
2016-04-18
1
-1
/
+1
*
|
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2016-04-14
1
-11
/
+15
|
/
*
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
2016-03-23
1
-8
/
+6
*
perf thread: Fix reference count initial state
Arnaldo Carvalho de Melo
2015-12-14
1
-7
/
+12
*
perf tools: Clear struct machine during machine__init()
Wang Nan
2015-12-11
1
-0
/
+1
*
perf machine: Fix machine.vmlinux_maps to make sure to clear the old one
Masami Hiramatsu
2015-12-09
1
-0
/
+5
*
perf machine: Pass correct string to dso__adjust_kmod_long_name
Wang Nan
2015-12-07
1
-1
/
+1
*
perf machine: Adjust dso->long_name for offline module
Wang Nan
2015-11-26
1
-1
/
+26
*
perf callchain: Honor hide_unresolved
Namhyung Kim
2015-11-26
1
-0
/
+5
*
perf machine: Fix machine__findnew_module_map to put dso
Masami Hiramatsu
2015-11-19
1
-1
/
+3
*
perf tools: Fix machine__create_kernel_maps to put kernel dso refcount
Masami Hiramatsu
2015-11-19
1
-3
/
+6
*
perf machine: Fix to destroy kernel maps when machine exits
Masami Hiramatsu
2015-11-19
1
-0
/
+1
*
perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references
Masami Hiramatsu
2015-11-19
1
-0
/
+1
*
perf machine: Fix machine__findnew_module_map to put registered map
Masami Hiramatsu
2015-11-19
1
-0
/
+2
*
perf symbols: Fix dso lookup by long name and missing buildids
Adrian Hunter
2015-11-13
1
-0
/
+1
*
perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
2015-10-01
1
-1
/
+1
*
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-09-30
1
-8
/
+7
*
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
2015-09-30
1
-11
/
+12
*
perf machine: Add pointer to sample's environment
Arnaldo Carvalho de Melo
2015-09-14
1
-0
/
+1
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...
Ingo Molnar
2015-08-20
1
-2
/
+18
|
\
|
*
perf tools: Make fork event processing more resilient
Adrian Hunter
2015-08-19
1
-2
/
+18
*
|
perf tools: Add new PERF_RECORD_SWITCH event
Adrian Hunter
2015-07-23
1
-0
/
+11
*
|
perf symbols: Provide libtraceevent callback to resolve kernel symbols
Arnaldo Carvalho de Melo
2015-07-23
1
-0
/
+14
*
|
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
2015-07-20
1
-1
/
+1
|
/
*
perf tools: Add missing break for PERF_RECORD_ITRACE_START
Jiri Olsa
2015-07-01
1
-2
/
+1
*
perf tools: Configurable per thread proc map processing time out
Kan Liang
2015-06-19
1
-3
/
+4
*
perf tools: Ensure thread-stack is flushed
Adrian Hunter
2015-06-19
1
-0
/
+21
*
perf tools: Reference count struct dso
Arnaldo Carvalho de Melo
2015-06-08
1
-4
/
+11
*
perf tools: Protect accesses the dso rbtrees/lists with a rw lock
Arnaldo Carvalho de Melo
2015-06-08
1
-6
/
+21
*
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
2015-06-08
1
-9
/
+9
[next]