summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2017-03-23perf pmu: Support MetricExpr header in JSON event listAndi Kleen2-3/+7
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen3-0/+204
2017-03-21perf pmu: Special case uncore_ prefixAndi Kleen1-0/+3
2017-03-21perf pmu: Expand PMU events by prefix matchAndi Kleen3-14/+54
2017-03-21perf tools: Factor out PMU matching in parserAndi Kleen3-29/+52
2017-03-21perf stat: Collapse identically named eventsAndi Kleen1-0/+1
2017-03-21perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo1-0/+6
2017-03-21perf annotate: More exactly grep -v of the objdump commandTaeung Song1-1/+1
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont3-4/+178
2017-03-21perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont2-2/+24
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria2-2/+2
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria1-1/+1
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin3-5/+28
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar7-10/+84
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen4-0/+61
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-1/+1
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria2-8/+21
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao3-7/+13
2017-03-14perf probe: Factor out the ftrace README scanningNaveen N. Rao1-33/+37
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini4-0/+56
2017-03-14perf record: Synthesize namespace events for current processesHari Bathini2-6/+94
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini13-2/+230
2017-03-13perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du1-0/+5
2017-03-04tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo2-8/+2
2017-03-04perf tools: Force uncore events to system wide monitoringJiri Olsa1-2/+3
2017-03-04perf intel-PT/BTS: Add missing initializationAdrian Hunter1-0/+2
2017-03-04perf probe: Generalize probe event file open routineNaveen N. Rao2-9/+12
2017-03-04perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim2-0/+47
2017-03-04perf tools: Allow sorting by symbol sizeCharles Baylis3-0/+43
2017-03-04perf evlist: Clarify a bit the use of perf_mmap->refcntArnaldo Carvalho de Melo1-1/+12
2017-03-04perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova2-12/+12
2017-03-04perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova3-6/+6
2017-03-04perf evlist: Convert perf_map.refcnt from atomic_t to refcount_tElena Reshetova2-11/+11
2017-03-04perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova2-4/+4
2017-03-04perf map: Convert map.refcnt from atomic_t to refcount_tElena Reshetova2-6/+6
2017-03-04perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova2-5/+5
2017-03-04perf comm: Convert comm_str.refcnt from atomic_t to refcount_tElena Reshetova1-9/+6
2017-03-04perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2-10/+10
2017-03-04perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_tElena Reshetova2-5/+5
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov1-1/+1
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-73/+150
2017-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+4
2017-02-28Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-7/+19
2017-02-28scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-28scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2-3/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+2
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim8-16/+16
2017-02-20perf utils: Add perf_quiet_option()Namhyung Kim2-0/+18
2017-02-17perf tools: Fail on using multiple bits long terms without valueJiri Olsa4-9/+22