index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Age
Commit message (
Expand
)
Author
2013-10-11
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-11
perf machine: Add method to loop over threads and invoke handler
David Ahern
2013-10-11
perf trace: Fix comm resolution when reading events from file
David Ahern
2013-10-11
perf machine: Use snprintf instead of sprintf
Adrian Hunter
2013-09-25
perf machine: Fix path unpopulated in machine__create_modules()
Adrian Hunter
2013-09-11
perf tools: Add attr->mmap2 support
Stephane Eranian
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
2013-08-27
perf tools: Add pid to struct thread
Adrian Hunter
2013-08-26
perf tools: Sample after exit loses thread correlation
David Ahern
2013-08-12
perf tools: Remove filter parameter of thread__find_addr_location()
Adrian Hunter
2013-08-12
perf machine: Add symbol filter to struct machine
Adrian Hunter
2013-08-07
perf machine: Do not require /lib/modules/* on a guest
Jason Wessel
2013-08-07
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
2013-07-12
perf report/top: Add option to collapse undesired parts of call graph
Greg Price
2013-07-12
perf tools: struct thread has a tid not a pid
Adrian Hunter
2013-07-12
perf tools: Remove callchain_cursor_reset call
Jiri Olsa
2013-04-01
perf machine: Detect data vs. text mappings
Stephane Eranian
2013-04-01
perf tools: Add mem access sampling core support
Stephane Eranian
2013-03-15
perf machine: Move machine__remove_thread and make static
David Ahern
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
2012-12-09
perf machine: Move more machine methods to machine.c
Arnaldo Carvalho de Melo
2012-11-09
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-08
perf machine: Set kernel data mapping length
Namhyung Kim
2012-10-06
perf machine: Carve up event processing specific from perf_tool
Arnaldo Carvalho de Melo
2012-10-06
perf machine: Introduce find_thread method
Arnaldo Carvalho de Melo