summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2017-03-13perf hists browser: Fix typo in function switch_data_fileChangbin Du1-1/+1
2017-03-13perf report: Document +field style argument support for --field optionChangbin Du1-0/+3
2017-03-13perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du1-0/+5
2017-03-13perf tools: Ignore generated files pmu-events/{jevents,pmu-events.c} for gitChangbin Du1-0/+2
2017-03-13perf tools: Missing c2c command in command-listChangbin Du1-0/+1
2017-03-07perf c2c: Fix display bug when using pipeNamhyung Kim1-1/+1
2017-03-07perf c2c: Clarify help message of --stats optionNamhyung Kim1-1/+1
2017-03-07perf report: Hide tip message when -q option is givenNamhyung Kim1-2/+1
2017-03-06perf bench numa: Add more comment for -c optionJiri Olsa1-1/+2
2017-03-04perf bench futex: Fix build on musl + clangArnaldo Carvalho de Melo5-0/+5
2017-03-04perf bench futex: Use __maybe_unusedArnaldo Carvalho de Melo1-6/+4
2017-03-04tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo3-8/+6
2017-03-04perf tools: Force uncore events to system wide monitoringJiri Olsa2-5/+33
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 ftrace: Use pager for displaying resultNamhyung Kim1-0/+3
2017-03-04perf ftrace: Add support for -a and -C optionNamhyung Kim2-0/+74
2017-03-04perf cpumap: Introduce cpu_map__snprint_mask()Namhyung Kim2-0/+47
2017-03-04perf ftrace: Add support for --pid optionNamhyung Kim2-27/+68
2017-03-04perf tools: Allow sorting by symbol sizeCharles Baylis4-0/+44
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 Reshetova3-15/+15
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 Reshetova3-10/+10
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 Reshetova3-11/+11
2017-03-04perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_tElena Reshetova2-5/+5
2017-03-04tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo1-0/+1
2017-03-04tools arch x86: Include asm/cmpxchg.hArnaldo Carvalho de Melo1-0/+1
2017-03-04perf stat: Issue a HW watchdog disable hintBorislav Petkov1-0/+11
2017-03-04perf vendor events: Add mapping for KnightsMill PMU eventsKarol Wachowski1-0/+1
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds50-124/+248
2017-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-5/+5
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-28scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+2
2017-02-20perf record: Honor --quiet option properlyNamhyung Kim1-0/+2
2017-02-20perf annotate: Add -q/--quiet optionNamhyung Kim2-0/+8
2017-02-20perf diff: Add -q/--quiet optionNamhyung Kim2-4/+14
2017-02-20perf report: Add -q/--quiet optionNamhyung Kim2-4/+19
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim29-52/+52
2017-02-20perf utils: Add perf_quiet_option()Namhyung Kim2-0/+18
2017-02-17perf record: Add -a as default targetJiri Olsa2-2/+4
2017-02-17perf stat: Add -a as default targetJiri Olsa2-2/+3
2017-02-17perf tools: Fail on using multiple bits long terms without valueJiri Olsa4-9/+22