summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek
2017-02-17perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek
2017-02-17perf cpumap: Add cpu__max_present_cpu()Jan Stancek
2017-02-17perf session: Fix DEBUG=1 build with clangArnaldo Carvalho de Melo
2017-02-17perf python: Filter out -specs=/a/b/c from the python binding cc optionsArnaldo Carvalho de Melo
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15perf tools: Add missing parse_events_error() prototypeArnaldo Carvalho de Melo
2017-02-15perf pmu: Fix check for unset alias->unit arrayArnaldo Carvalho de Melo
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo
2017-02-14perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo
2017-02-14perf evsel: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo
2017-02-14perf tools: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo
2017-02-13perf scripting perl: Fix compile error with some perl5 versionsWang YanQing
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo
2017-02-08perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo
2017-02-08perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo
2017-02-08tools strfilter: Use __fallthroughArnaldo Carvalho de Melo
2017-02-08tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo
2017-02-08perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo