summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13114-1461/+3906
|\
| * perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo2014-10-011-1/+1
| * perf tools: Fix build breakage on arm64 targetsWill Deacon2014-10-011-0/+1
| * perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-013-5/+71
| * perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-307-41/+60
| * perf bench futex: Sanitize -q option in requeueDavidlohr Bueso2014-09-291-1/+3
| * perf bench futex: Support operations for shared futexesDavidlohr Bueso2014-09-293-16/+30
| * perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park2014-09-291-3/+3
| * perf tools: Refactor unit and scale function parametersMatt Fleming2014-09-293-21/+33
| * perf tools: Fix line number in the config file error messageJiri Olsa2014-09-261-2/+11
| * perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2014-09-262-2/+2
| * perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-263-19/+94
| * perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-264-88/+88
| * perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-265-38/+30Star
| * perf hists browser: Fix callchain print bug on TUINamhyung Kim2014-09-261-3/+0Star
| * perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar2014-09-261-1/+1
| * perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-2613-14/+14
| * perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2014-09-262-3/+7
| * perf stat: Fix --per-core on multi socket systemsAndi Kleen2014-09-261-4/+5
| * perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo2014-09-251-1/+6
| * perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo2014-09-251-2/+5
| * perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo2014-09-251-6/+29
| * tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo2014-09-252-5/+5
| * perf evlist: Refcount mmapsArnaldo Carvalho de Melo2014-09-252-2/+51
| * tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo2014-09-259-277/+197Star
| * perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo2014-09-259-8/+15
| * perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo2014-09-251-13/+9Star
| * perf tests: Add pollfd growing testArnaldo Carvalho de Melo2014-09-253-0/+116
| * perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo2014-09-252-7/+36
| * perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo2014-09-251-2/+2
| * perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo2014-09-251-1/+1
| * perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo2014-09-254-0/+109
| * perf evlist: Introduce perf_evlist__filter_pollfd methodArnaldo Carvalho de Melo2014-09-252-0/+23
| * perf record: Use ring buffer consume method to look like other toolsArnaldo Carvalho de Melo2014-09-171-4/+4
| * perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol nameMasami Hiramatsu2014-09-171-6/+10
| * perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-173-6/+9
| * perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard2014-09-171-1/+7
| * perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard2014-09-171-0/+8
| * perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park2014-09-171-0/+2
| * perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo2014-09-173-3/+3
| * perf tools: Fix GNU-only grep usage in MakefileJohn Spencer2014-09-171-1/+1
| * perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-179-1/+23
| * perf tool: fix compilation for ARMStephane Eranian2014-09-172-0/+2
| * perf tools: Add perf_pmu__scan_file()Adrian Hunter2014-09-172-0/+40
| * perf tools: Let default config be defined for a PMUAdrian Hunter2014-09-174-19/+41
| * perf tools: Add perf-with-kcore scriptAdrian Hunter2014-09-173-1/+264
| * perf tools: Let a user specify a PMU event without any config termsAdrian Hunter2014-09-172-0/+16
| * perf tools: Allow to specify lib compile variable for spec usageJiri Olsa2014-09-171-0/+2
| * perf kvm stat report: Unify the title bar outputAlexander Yarygin2014-09-171-8/+6Star
| * perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin2014-09-171-0/+3