Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a9af6be5bc25214f7870fef2b6d3490fe8b87bf7
/
tools
/
perf
a9af6be
perf ftrace: Add support for --pid option
by Namhyung Kim
· 8 years ago
7768f8d
perf tools: Allow sorting by symbol size
by Charles Baylis
· 8 years ago
4738ca3
perf evlist: Clarify a bit the use of perf_mmap->refcnt
by Arnaldo Carvalho de Melo
· 8 years ago
364fed3
perf thread_map: Convert thread_map.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
e34f5b1
perf thread: convert thread.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
25a3720
perf evlist: Convert perf_map.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
ead05e8
perf map: Convert map_groups.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
e3a42cd
perf map: Convert map.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
7100810
perf dso: Convert dso.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
6df74bc
perf comm: Convert comm_str.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
ec09a42
perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
79c5fe6
perf cgroup: Convert cgroup_sel.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
73a9bf9
tools include: Adopt kernel's refcount.h
by Arnaldo Carvalho de Melo
· 8 years ago
3337e68
tools arch x86: Include asm/cmpxchg.h
by Arnaldo Carvalho de Melo
· 8 years ago
02d492e
perf stat: Issue a HW watchdog disable hint
by Borislav Petkov
· 8 years ago
771cedd
perf vendor events: Add mapping for KnightsMill PMU events
by Karol Wachowski
· 8 years ago
3f26b0c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
86292b3
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
f7878dc
Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
0f5e155
scripts/spelling.txt: add "an one" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
03440c4
scripts/spelling.txt: add "an union" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
9332ef9
scripts/spelling.txt: add "an user" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
3051bf3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
68ba323
perf record: Honor --quiet option properly
by Namhyung Kim
· 8 years ago
eddaef8
perf annotate: Add -q/--quiet option
by Namhyung Kim
· 8 years ago
63b42fc
perf diff: Add -q/--quiet option
by Namhyung Kim
· 8 years ago
27fafab
perf report: Add -q/--quiet option
by Namhyung Kim
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
80df198
perf utils: Add perf_quiet_option()
by Namhyung Kim
· 8 years ago
483635a
perf record: Add -a as default target
by Jiri Olsa
· 8 years ago
0d79f8b
perf stat: Add -a as default target
by Jiri Olsa
· 8 years ago
99e7138
perf tools: Fail on using multiple bits long terms without value
by Jiri Olsa
· 8 years ago
67b49b3
perf tools: Move new_term arguments into struct parse_events_term template
by Jiri Olsa
· 8 years ago
85e0d50
perf build: Add special fixdep cleaning rule
by Jiri Olsa
· 8 years ago
da8a58b
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_map
by Jan Stancek
· 8 years ago
43db284
perf header: Make build_cpu_topology skip offline/absent CPUs
by Jan Stancek
· 8 years ago
92a7e12
perf cpumap: Add cpu__max_present_cpu()
by Jan Stancek
· 8 years ago
8074bf5
perf session: Fix DEBUG=1 build with clang
by Arnaldo Carvalho de Melo
· 8 years ago
4be92cf
perf python: Filter out -specs=/a/b/c from the python binding cc options
by Arnaldo Carvalho de Melo
· 8 years ago
8bd8c65
tools perf scripting python: clang doesn't have -spec, remove it
by Arnaldo Carvalho de Melo
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
34a0548
perf tools: Add missing parse_events_error() prototype
by Arnaldo Carvalho de Melo
· 8 years ago
b30a7d1
perf pmu: Fix check for unset alias->unit array
by Arnaldo Carvalho de Melo
· 8 years ago
a0b2f5a
perf tools: Be consistent on the type of map->symbols[] interator
by Arnaldo Carvalho de Melo
· 8 years ago
35670dd
perf intel pt decoder: clang has no -Wno-override-init
by Arnaldo Carvalho de Melo
· 8 years ago
c24ae6d
perf evsel: Do not put a variable sized type not at the end of a struct
by Arnaldo Carvalho de Melo
· 8 years ago
8a2efd6
perf probe: Avoid accessing uninitialized 'map' variable
by Arnaldo Carvalho de Melo
· 8 years ago
8989605
perf tools: Do not put a variable sized type not at the end of a struct
by Arnaldo Carvalho de Melo
· 8 years ago
9d6aae7
perf record: Do not put a variable sized type not at the end of a struct
by Arnaldo Carvalho de Melo
· 8 years ago
423d856
perf tests: Synthesize struct instead of using field after variable sized type
by Arnaldo Carvalho de Melo
· 8 years ago
6aa4d82
perf bench numa: Make sure dprintf() is not defined
by Arnaldo Carvalho de Melo
· 8 years ago
16cab32
Revert "perf bench futex: Sanitize numeric parameters"
by Arnaldo Carvalho de Melo
· 8 years ago
49b3cd3
tools: Set the maximum optimization level according to the compiler being used
by Arnaldo Carvalho de Melo
· 8 years ago
5eae7d8
perf symbols: dso->name is an array, no need to check it against NULL
by Arnaldo Carvalho de Melo
· 8 years ago
9ef6839
perf tests record: No need to test an array against NULL
by Arnaldo Carvalho de Melo
· 8 years ago
a7c3899
perf symbols: No need to check if sym->name is NULL
by Arnaldo Carvalho de Melo
· 8 years ago
d6195a6
perf evsel: Inform how to make a sysctl setting permanent
by Arnaldo Carvalho de Melo
· 8 years ago
d7dd112
perf scripting perl: Fix compile error with some perl5 versions
by Wang YanQing
· 8 years ago
be57b3f
perf diff: Change default setting to "delta-abs"
by Namhyung Kim
· 8 years ago
4b35994
perf diff: Add diff.compute config option
by Namhyung Kim
· 8 years ago
d49dd15
perf diff: Add diff.order config option
by Namhyung Kim
· 8 years ago
a1668c2
perf diff: Add 'delta-abs' compute method
by Namhyung Kim
· 8 years ago
1926140
tools include: Introduce linux/compiler-gcc.h
by Arnaldo Carvalho de Melo
· 8 years ago
7ea6856
perf intel-pt: Use __fallthrough
by Arnaldo Carvalho de Melo
· 8 years ago
2e2bbc03
perf tests: Avoid possible truncation with dirent->d_name + snprintf
by Arnaldo Carvalho de Melo
· 8 years ago
3aff8ba
perf bench numa: Avoid possible truncation when using snprintf()
by Arnaldo Carvalho de Melo
· 8 years ago
8434a2e
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
by Arnaldo Carvalho de Melo
· 8 years ago
bdf23a9
perf thread_map: Correctly size buffer used with dirent->dt_name
by Arnaldo Carvalho de Melo
· 8 years ago
7b0214b
perf top: Use __fallthrough
by Arnaldo Carvalho de Melo
· 8 years ago
d64b721
tools strfilter: Use __fallthrough
by Arnaldo Carvalho de Melo
· 8 years ago
94bdd5e
tools string: Use __fallthrough in perf_atoll()
by Arnaldo Carvalho de Melo
· 8 years ago
7666702
perf vendor events intel: Add uncore events for Broadwell DE
by Andi Kleen
· 8 years ago
22c8e55
perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)
by Andi Kleen
· 8 years ago
dd32cb5
perf vendor events intel: Add uncore events for Sandy Bridge Server
by Andi Kleen
· 8 years ago
6b138c7
perf vendor events intel: Add uncore events for IvyBridge Server
by Andi Kleen
· 8 years ago
949c84e
perf vendor events intel: Add uncore events for Broadwell Server
by Andi Kleen
· 8 years ago
7003f00
perf vendor events intel: Add uncore events for Haswell Server processor
by Andi Kleen
· 8 years ago
2f7db55
perf tools: Fix include of linux/mman.h
by Arnaldo Carvalho de Melo
· 8 years ago
360e071
perf tools: Use zfree() to avoid keeping dangling pointers
by Taeung Song
· 8 years ago
506fde1
perf tools: Use zfree() instead of ad hoc equivalent
by Taeung Song
· 8 years ago
5aa365f
perf tools: Add missing check for failure in a zalloc() call
by Taeung Song
· 8 years ago
75fc5ae
perf tools: Only increase index if perf_evsel__new_idx() succeeds
by Taeung Song
· 8 years ago
d5c3a93
perf probe: Add option --symfs
by Uwe Kleine-König
· 8 years ago
9b20065
perf symbols: Take into account symfs setting when reading file build ID
by Victor Kamensky
· 8 years ago
f236102
perf list: Add debug support for outputing alias string
by Andi Kleen
· 8 years ago
231bb2a
perf pmu: Support event aliases for non cpu// pmus
by Andi Kleen
· 8 years ago
15b22ed
perf pmu: Support per pmu json aliases
by Andi Kleen
· 8 years ago
fedb2b5
perf jevents: Add support for parsing uncore json files
by Andi Kleen
· 8 years ago
d581141
perf jevents: Parse eventcode as number
by Andi Kleen
· 8 years ago
4d41643
perf bpf: Add missing newline in debug messages
by He Kuang
· 8 years ago
3bb53c9
perf tools arm64: Add support for generating bpf prologue
by He Kuang
· 8 years ago
e06094a
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 8 years ago
968ebff
cgroup, perf_event: make perf_event controller work on cgroup2 hierarchy
by Tejun Heo
· 8 years ago
aa33b9b
perf callchain: Reference count maps
by Krister Johansen
· 8 years ago
a1c9f97
perf diff: Fix -o/--order option behavior (again)
by Namhyung Kim
· 8 years ago
8381cdd
perf diff: Fix segfault on 'perf diff -o N' option
by Namhyung Kim
· 8 years ago
b05d109
perf ftrace: Add ftrace.tracer config option
by Taeung Song
· 8 years ago
43d41de
perf tools: Create for_each_event macro for tracepoints iteration
by Taeung Song
· 8 years ago
a263053
perf test: Add libbpf pinning test
by Joe Stringer
· 8 years ago
9a9c733
tools perf util: Make rm_rf(path) argument const
by Joe Stringer
· 8 years ago
Next »