index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mod
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...
Wei Huang
1
-1
/
+2
2014-10-03
perf/x86/intel/uncore: Fix minor race in box set up
Andi Kleen
1
-0
/
+4
2014-10-01
perf record: Fix error message for --filter option not coming after tracepoint
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-10-01
perf tools: Fix build breakage on arm64 targets
Will Deacon
1
-0
/
+1
2014-10-01
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
3
-5
/
+71
2014-09-30
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
7
-41
/
+60
2014-09-29
perf bench futex: Sanitize -q option in requeue
Davidlohr Bueso
1
-1
/
+3
2014-09-29
perf bench futex: Support operations for shared futexes
Davidlohr Bueso
3
-16
/
+30
2014-09-29
perf trace: Fix mmap return address truncation to 32-bit
Chang Hyun Park
1
-3
/
+3
2014-09-29
perf tools: Refactor unit and scale function parameters
Matt Fleming
3
-21
/
+33
2014-09-26
perf tools: Fix line number in the config file error message
Jiri Olsa
1
-2
/
+11
2014-09-26
perf tools: Convert {record,top}.call-graph option to call-graph.record-mode
Namhyung Kim
2
-2
/
+2
2014-09-26
perf tools: Introduce perf_callchain_config()
Namhyung Kim
3
-19
/
+94
2014-09-26
perf callchain: Move some parser functions to callchain.c
Namhyung Kim
4
-88
/
+88
2014-09-26
perf tools: Move callchain config from record_opts to callchain_param
Namhyung Kim
5
-38
/
+30
2014-09-26
perf hists browser: Fix callchain print bug on TUI
Namhyung Kim
1
-3
/
+0
2014-09-26
perf tools: Use ACCESS_ONCE() instead of volatile cast
Pranith Kumar
1
-1
/
+1
2014-09-26
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
13
-14
/
+14
2014-09-26
perf tools: Fix perf record as non root with kptr_restrict == 1
Andi Kleen
2
-3
/
+7
2014-09-26
perf stat: Fix --per-core on multi socket systems
Andi Kleen
1
-4
/
+5
2014-09-25
perf trace: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
1
-1
/
+6
2014-09-25
perf record: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
1
-2
/
+5
2014-09-25
perf evlist: Unmap when all refcounts to fd are gone and events drained
Arnaldo Carvalho de Melo
1
-6
/
+29
2014-09-25
tools lib fd array: Allow associating an integer cookie with each entry
Arnaldo Carvalho de Melo
4
-10
/
+44
2014-09-25
perf evlist: Refcount mmaps
Arnaldo Carvalho de Melo
2
-2
/
+51
2014-09-25
tools lib api: Adopt fdarray class from perf's evlist
Arnaldo Carvalho de Melo
12
-278
/
+342
2014-09-25
perf evlist: Introduce poll method for common code idiom
Arnaldo Carvalho de Melo
9
-8
/
+15
2014-09-25
perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalent
Arnaldo Carvalho de Melo
1
-13
/
+9
2014-09-25
perf tests: Add pollfd growing test
Arnaldo Carvalho de Melo
3
-0
/
+116
2014-09-25
perf evlist: Allow growing pollfd on add method
Arnaldo Carvalho de Melo
2
-7
/
+36
2014-09-25
perf evlist: We need to poll all event file descriptors
Arnaldo Carvalho de Melo
1
-2
/
+2
2014-09-25
perf evlist: Monitor POLLERR and POLLHUP events too
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-09-25
perf tests: Add test for perf_evlist__filter_pollfd()
Arnaldo Carvalho de Melo
4
-0
/
+109
2014-09-25
perf evlist: Introduce perf_evlist__filter_pollfd method
Arnaldo Carvalho de Melo
2
-0
/
+23
2014-09-24
perf/x86/intel/uncore: Update support for client uncore IMC PMU
Stephane Eranian
2
-18
/
+52
2014-09-24
perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EP
Andi Kleen
1
-1
/
+1
2014-09-24
perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...
Andi Kleen
1
-2
/
+9
2014-09-24
perf/x86/intel/uncore: Register the PMU only if the uncore pci device exists
Yan, Zheng
1
-8
/
+11
2014-09-24
perf/x86/intel/uncore: Add Haswell-EP uncore support
Yan, Zheng
3
-2
/
+615
2014-09-24
perf/x86/intel: Use Broadwell cache event list for Haswell
Andi Kleen
1
-2
/
+2
2014-09-24
perf/x86: Add INST_RETIRED.ALL workarounds
Andi Kleen
3
-0
/
+29
2014-09-24
perf/x86/intel: Add Broadwell core support
Andi Kleen
1
-0
/
+150
2014-09-24
perf/x86/intel: Document all Haswell models
Andi Kleen
1
-4
/
+4
2014-09-24
perf/x86/intel: Remove incorrect model number from Haswell perf
Andi Kleen
1
-1
/
+0
2014-09-24
Revert "perf: Do not allow optimized switch for non-cloned events"
Jiri Olsa
1
-1
/
+1
2014-09-24
perf: Fix child event initial state setup
Jiri Olsa
1
-1
/
+2
2014-09-24
perf: Do not POLLHUP event if it has children
Jiri Olsa
1
-1
/
+20
2014-09-17
perf record: Use ring buffer consume method to look like other tools
Arnaldo Carvalho de Melo
1
-4
/
+4
2014-09-17
perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol name
Masami Hiramatsu
1
-6
/
+10
2014-09-17
perf probe: Do not access kallsyms when analyzing user binaries
Masami Hiramatsu
3
-6
/
+9
[next]