summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-13perf kmem: Allow -v optionNamhyung Kim
2015-03-13perf kmem: Fix segfault when invalid sort key is givenNamhyung Kim
2015-03-13perf stat: Always correctly indent ratio columnAndi Kleen
2015-03-13perf stat: Fix IPC and other formulas with -AAndi Kleen
2015-03-13perf stat: Output running time and run/enabled ratio in CSV modeAndi Kleen
2015-03-12perf hists browser: Fix UI bug after fold/unfoldHe Kuang
2015-03-12perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern
2015-03-12perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang
2015-03-12perf probe: Fix possible double free on errorHe Kuang
2015-03-12perf tools: Output feature detection's gcc output to a fileArnaldo Carvalho de Melo
2015-03-12perf build: Fix libbabeltrace detectionJiri Olsa
2015-03-12perf probe: Allow weak symbols to be probedNamhyung Kim
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim
2015-03-12Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu
2015-03-12perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf ordered_events: Adopt queue() methodArnaldo Carvalho de Melo
2015-03-12perf tools: Remove superfluous thread->comm_set settingJiri Olsa
2015-03-12perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo
2015-03-12perf ordered_events: Allow tools to specify a deliver methodArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Untangle from perf_sessionArnaldo Carvalho de Melo
2015-03-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-03-03perf sched: No need to keep the session aroundArnaldo Carvalho de Melo
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-03-02Revert "perf: Remove the extra validity check on nr_pages"Kan Liang
2015-03-02perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature testAdrian Hunter
2015-03-02perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu
2015-03-02perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu
2015-03-02perf tools: Improve 'libbabel' feature check failure messageIngo Molnar
2015-03-02perf tools: Improve feature test debuggabilityIngo Molnar
2015-03-02perf tools: Improve libbfd detection messageIngo Molnar
2015-03-02perf tools: Improve libperl detection messageIngo Molnar
2015-03-02perf tools: Improve Python feature detection messagesIngo Molnar
2015-03-02perf tools: Remove annoying extra message from the features buildIngo Molnar
2015-03-02perf tools: Add PERF-FEATURES to the .gitignore fileIngo Molnar
2015-03-02perf record: Document --group optionNamhyung Kim
2015-03-02perf record: Get rid of -l option from DocumentationNamhyung Kim
2015-03-02perf tools: Fix build error on ARCH=i386/x86_64/sparc64Namhyung Kim
2015-03-02perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...Arnaldo Carvalho de Melo
2015-03-02perf stat: Report unsupported events properlySuzuki K. Poulose
2015-03-02perf tools: Compare JOBS to 0 after grepDavid Ahern
2015-03-02perf tools: Only include tsc file for x86David Ahern
2015-03-02Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo
2015-03-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-02-28Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-02-27perf report: Fix branch stack mode cannot be setHe Kuang
2015-02-27perf buildid-cache: Show usage with incorrect paramsMasami Hiramatsu
2015-02-27perf buildid-cache: Use pr_debug instead of verbose && pr_infoMasami Hiramatsu
2015-02-27perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu