summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-03-21perf pmu: Special case uncore_ prefixAndi Kleen
2017-03-21perf pmu: Expand PMU events by prefix matchAndi Kleen
2017-03-21perf tools: Factor out PMU matching in parserAndi Kleen
2017-03-21perf stat: Collapse identically named eventsAndi Kleen
2017-03-21perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo
2017-03-21perf annotate: More exactly grep -v of the objdump commandTaeung Song
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont
2017-03-21perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin
2017-03-17perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao
2017-03-14perf probe: Factor out the ftrace README scanningNaveen N. Rao
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini
2017-03-14perf record: Synthesize namespace events for current processesHari Bathini
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-13perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du
2017-03-03tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo
2017-03-03perf tools: Force uncore events to system wide monitoringJiri Olsa
2017-03-03perf intel-PT/BTS: Add missing initializationAdrian Hunter
2017-03-03perf probe: Generalize probe event file open routineNaveen N. Rao
2017-03-03perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis
2017-03-03perf evlist: Clarify a bit the use of perf_mmap->refcntArnaldo Carvalho de Melo
2017-03-03perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf evlist: Convert perf_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf map: Convert map_groups.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf map: Convert map.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf dso: Convert dso.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf comm: Convert comm_str.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-03perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-20perf utils: Add perf_quiet_option()Namhyung Kim
2017-02-17perf tools: Fail on using multiple bits long terms without valueJiri Olsa
2017-02-17perf tools: Move new_term arguments into struct parse_events_term templateJiri Olsa