summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf pmu: Support MetricExpr header in JSON event listAndi Kleen2017-03-235-8/+23
| * | perf vendor events intel: Update Intel uncore JSON event filesAndi Kleen2017-03-2319-180/+267
| * | perf tools: Add a simple expression parser for JSONAndi Kleen2017-03-237-0/+266
| * | perf pmu: Special case uncore_ prefixAndi Kleen2017-03-211-0/+3
| * | perf pmu: Expand PMU events by prefix matchAndi Kleen2017-03-213-14/+54
| * | perf tools: Factor out PMU matching in parserAndi Kleen2017-03-213-29/+52
| * | perf stat: Handle partially bad results with mergingAndi Kleen2017-03-211-0/+10
| * | perf stat: Collapse identically named eventsAndi Kleen2017-03-213-4/+38
| * | perf stat: Factor out callback for collecting event valuesAndi Kleen2017-03-211-23/+80
| * | perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo2017-03-211-0/+6
| * | perf annotate: More exactly grep -v of the objdump commandTaeung Song2017-03-211-1/+1
| * | perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria2017-03-211-12/+32
| * | perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont2017-03-214-4/+261
| * | perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2017-03-212-2/+24
| * | perf probe: Return errno when not hitting any eventKefeng Wang2017-03-211-3/+3
| * | perf probe: Change MAX_CMDLENRavi Bangoria2017-03-212-2/+2
| * | perf probe: Fix concat_probe_trace_eventsRavi Bangoria2017-03-201-1/+1
| * | perf stat: Correct --no-aggr descriptionRavi Bangoria2017-03-201-2/+1
| * | perf tools: Handle partial AUX records and print a warningAlexander Shishkin2017-03-173-5/+28
| * | perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo2017-03-171-9/+7
| * | perf lock: Make 'f' part of the common 'lock_options'Arnaldo Carvalho de Melo2017-03-171-2/+1
| * | perf lock: Subcommands should include common optionsChangbin Du2017-03-171-8/+11
| * | Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-169-21/+350
| |\ \
| | * | perf script: Add 'brstackinsn' for branch stacksAndi Kleen2017-03-166-11/+327
| | * | perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2017-03-151-2/+2
| | * | perf probe: Introduce util func is_sdt_event()Ravi Bangoria2017-03-152-8/+21
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-161-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | perf powerpc: Choose local entry point with kretprobesNaveen N. Rao2017-03-141-4/+10
| * | | perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao2017-03-143-7/+13
| * | | perf probe: Factor out the ftrace README scanningNaveen N. Rao2017-03-141-33/+37
| * | | perf sched timehist: Add --next optionBrendan Gregg2017-03-142-5/+24
| * | | perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-145-1/+59
| * | | perf script: Add script print support for namespace eventsHari Bathini2017-03-142-0/+43
| * | | perf record: Synthesize namespace events for current processesHari Bathini2017-03-143-10/+119
| * | | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-1427-3/+265
| * | | perf hists browser: Fix typo in function switch_data_fileChangbin Du2017-03-131-1/+1
| * | | perf report: Document +field style argument support for --field optionChangbin Du2017-03-131-0/+3
| * | | perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du2017-03-131-0/+5
| * | | perf tools: Ignore generated files pmu-events/{jevents,pmu-events.c} for gitChangbin Du2017-03-131-0/+2
| * | | perf tools: Missing c2c command in command-listChangbin Du2017-03-131-0/+1
| * | | perf c2c: Fix display bug when using pipeNamhyung Kim2017-03-071-1/+1
| * | | perf c2c: Clarify help message of --stats optionNamhyung Kim2017-03-071-1/+1
| * | | perf report: Hide tip message when -q option is givenNamhyung Kim2017-03-071-2/+1
| * | | perf bench numa: Add more comment for -c optionJiri Olsa2017-03-061-1/+2
| * | | perf bench futex: Fix build on musl + clangArnaldo Carvalho de Melo2017-03-035-0/+5
| * | | perf bench futex: Use __maybe_unusedArnaldo Carvalho de Melo2017-03-031-6/+4
| * | | tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo2017-03-033-8/+6
| * | | perf tools: Force uncore events to system wide monitoringJiri Olsa2017-03-032-5/+33
| * | | perf intel-PT/BTS: Add missing initializationAdrian Hunter2017-03-031-0/+2
| * | | perf probe: Generalize probe event file open routineNaveen N. Rao2017-03-032-9/+12