Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b7ace5ed8867ca54503727988adec6b20af54eeb
/
tools
/
perf
/
util
524b62f
Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
1934adf
perf unwind: Do not fail due to missing unwind support
by Jiri Olsa
· 7 years ago
97365e8
perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
by Arnaldo Carvalho de Melo
· 7 years ago
7447d56
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
644e084
perf auxtrace: Add CPU filter support
by Adrian Hunter
· 8 years ago
38b65b0
perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
by Adrian Hunter
· 8 years ago
3797307
perf intel-pt: Synthesize new power and "ptwrite" events
by Adrian Hunter
· 7 years ago
4a9fd4e
perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
by Adrian Hunter
· 8 years ago
bbac88e
perf intel-pt: Factor out intel_pt_set_event_name()
by Adrian Hunter
· 8 years ago
63a22cd
perf intel-pt: Tidy messages into called function intel_pt_synth_event()
by Adrian Hunter
· 8 years ago
85a564d
perf intel-pt: Tidy Intel PT evsel lookup into separate function
by Adrian Hunter
· 8 years ago
406a180
perf intel-pt: Join needlessly wrapped lines
by Adrian Hunter
· 8 years ago
f90d07a
perf intel-pt: Remove unused instructions_sample_period
by Adrian Hunter
· 8 years ago
0f3e537
perf intel-pt: Factor out common code synthesizing event samples
by Adrian Hunter
· 8 years ago
65c5e18
perf script: Add synthesized Intel PT power and ptwrite events
by Adrian Hunter
· 7 years ago
70d110d
perf auxtrace: Add itrace option to output power events
by Adrian Hunter
· 8 years ago
3bdafdf
perf auxtrace: Add itrace option to output ptwrite events
by Adrian Hunter
· 8 years ago
1405720
perf script: Add 'synth' event type for synthesized events
by Adrian Hunter
· 7 years ago
d5b1a5f
x86/insn: perf tools: Add new ptwrite instruction
by Adrian Hunter
· 8 years ago
fef2a73
perf tools: Kill die()
by Arnaldo Carvalho de Melo
· 7 years ago
25ce4bb
perf config: Do not die when parsing u64 or int config values
by Arnaldo Carvalho de Melo
· 7 years ago
62d94b0
perf tools: Replace error() with pr_err()
by Arnaldo Carvalho de Melo
· 7 years ago
b211d79
perf tools: Remove warning()
by Arnaldo Carvalho de Melo
· 7 years ago
d2a74d5
perf event-parse: Use pr_warning()
by Arnaldo Carvalho de Melo
· 7 years ago
4cf134e
perf config: Use pr_warning()
by Arnaldo Carvalho de Melo
· 7 years ago
3f938ee
perf machine: Fix segfault for kernel.kptr_restrict=2
by Jiri Olsa
· 7 years ago
7598f8b
perf probe: Fix probe definition for inlined functions
by Björn Töpel
· 7 years ago
3079546
perf tools: Fix message because cpu list option is -C not -c
by Adrian Hunter
· 8 years ago
2116074
perf intel-pt: Fix transactions_sample_type
by Adrian Hunter
· 8 years ago
5da3b23
perf intel-pt: Remove redundant initial_skip checks
by Adrian Hunter
· 8 years ago
0a7c700d
perf intel-pt: Add decoder support for CBR events
by Adrian Hunter
· 8 years ago
26fb2fb
perf intel-pt: Add reserved byte to CBR packet payload
by Adrian Hunter
· 8 years ago
a472e65
perf intel-pt: Add decoder support for ptwrite and power event packets
by Adrian Hunter
· 8 years ago
8395981
perf intel-pt: Allow decoding with branch tracing disabled
by Adrian Hunter
· 8 years ago
0419420
perf intel-pt: Add missing __fallthrough
by Adrian Hunter
· 8 years ago
6a558f1
perf intel-pt: Clear FUP flag on error
by Adrian Hunter
· 8 years ago
622b7a4
perf intel-pt: Use FUP always when scanning for an IP
by Adrian Hunter
· 8 years ago
f952eac
perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
by Adrian Hunter
· 8 years ago
ee14ac0
perf intel-pt: Fix last_ip usage
by Adrian Hunter
· 8 years ago
ad7167a
perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
by Adrian Hunter
· 8 years ago
12b7080
perf intel-pt: Fix missing stack clear
by Adrian Hunter
· 8 years ago
3f04d98
perf intel-pt: Improve sample timestamp
by Adrian Hunter
· 8 years ago
22c0689
perf intel-pt: Move decoder error setting into one condition
by Adrian Hunter
· 8 years ago
daefd0b
perf stat: Add support to measure SMI cost
by Kan Liang
· 8 years ago
fd25bf8
perf tools: Remove unused _ALL_SOURCE define
by Arnaldo Carvalho de Melo
· 7 years ago
44b58e0
perf tools: Do parameter validation earlier on fetch_kernel_version()
by Arnaldo Carvalho de Melo
· 7 years ago
2157f6e
perf evsel: Adopt find_process()
by Arnaldo Carvalho de Melo
· 7 years ago
dcaa394
perf annotate: Return arch from symbol__disassemble() and save it in browser
by Jin Yao
· 7 years ago
d3cef7f
perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array
by Kim Phillips
· 8 years ago
5c97cac
tools: Adopt __aligned from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
c9f5da7
tools: Adopt __packed from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
0353631
perf tools: Use __maybe_unused consistently
by Arnaldo Carvalho de Melo
· 8 years ago
3ee350f
tools: Adopt __scanf from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
afaed6d
tools: Adopt __printf from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
6c34664
tools: Adopt __noreturn from kernel sources
by Arnaldo Carvalho de Melo
· 8 years ago
9126cbb
perf unwind: Report module before querying isactivation in dwfl unwind
by Milian Wolff
· 8 years ago
7a759cd
perf tools: Fix build with ARCH=x86_64
by Jiada Wang
· 8 years ago
7a1ac11
perf evsel: Fix probing of precise_ip level for default cycles event
by Arnaldo Carvalho de Melo
· 8 years ago
b89fe63
perf symbols: Kill dso__build_id_is_kmod()
by Namhyung Kim
· 8 years ago
c25ec42
perf symbols: Keep DSO->symtab_type after decompress
by Namhyung Kim
· 8 years ago
8ba29ad
perf tools: Consolidate error path in __open_dso()
by Namhyung Kim
· 8 years ago
1d6b3c9
perf tools: Decompress kernel module when reading DSO data
by Namhyung Kim
· 8 years ago
3c84fd5
perf annotate: Use dso__decompress_kmodule_path()
by Namhyung Kim
· 8 years ago
42b3fa6
perf tools: Introduce dso__decompress_kmodule_{fd,path}
by Namhyung Kim
· 8 years ago
44ad6b8
perf tools: Fix a memory leak in __open_dso()
by Namhyung Kim
· 8 years ago
3619ef7
perf annotate: Fix symbolic link of build-id cache
by Namhyung Kim
· 8 years ago
c76132d
perf script: Fix outdated comment for perf-trace-python
by SeongJae Park
· 8 years ago
2538b9e
perf report: Ensure the perf DSO mapping matches what libdw sees
by Milian Wolff
· 8 years ago
5ea0416
perf report: Include partial stacks unwound with libdw
by Milian Wolff
· 8 years ago
a09935b
perf symbols: Use correct filename for compressed modules in build-id cache
by Namhyung Kim
· 8 years ago
6b335e8
perf symbols: Set module info when build-id event found
by Namhyung Kim
· 8 years ago
1deec1b
perf header: Set proper module name when build-id event found
by Namhyung Kim
· 8 years ago
b13bbee
perf annotate: Fix branch instruction with multiple operands
by Kim Phillips
· 8 years ago
7b4500b
perf annotate: Fix failure when filename has special chars
by Ravi Bangoria
· 8 years ago
4d53b9d
perf report: Do not drop last inlined frame
by Milian Wolff
· 8 years ago
28071f5
perf report: Always honor callchain order for inlined nodes
by Milian Wolff
· 8 years ago
325fbff
perf script: Add --inline option for debugging
by Namhyung Kim
· 8 years ago
1982ad4
perf report: Fix off-by-one for non-activation frames
by Milian Wolff
· 8 years ago
b21cc97
perf report: Fix memory leak in addr2line when called by addr2inlines
by Milian Wolff
· 8 years ago
7d4df08
perf report: Don't crash on invalid maps in `-g srcline` mode
by Milian Wolff
· 8 years ago
1291927
perf tools: Fix spelling mistakes
by Kim Phillips
· 8 years ago
d8040645
perf symbols: Allow user probes on versioned symbols
by Paul Clarke
· 8 years ago
b843f62
perf symbols: Accept symbols starting at address 0
by Arnaldo Carvalho de Melo
· 8 years ago
96395cb
tools lib string: Adopt prefixcmp() from perf and subcmd
by Arnaldo Carvalho de Melo
· 8 years ago
3caeafce
perf units: Move parse_tag_value() to units.[ch]
by Arnaldo Carvalho de Melo
· 8 years ago
5068b52
perf ui gtk: Move gtk .so name to the only place where it is used
by Arnaldo Carvalho de Melo
· 8 years ago
7de96c3e
perf tools: Move HAS_BOOL define to where perl headers are used
by Arnaldo Carvalho de Melo
· 8 years ago
98521b3
perf memswap: Split the byteswap memory range wrappers from util.[ch]
by Arnaldo Carvalho de Melo
· 8 years ago
5ab8c68
perf tools: Move event prototypes from util.h to event.h
by Arnaldo Carvalho de Melo
· 8 years ago
6db8164
perf buildid: Move prototypes from util.h to build-id.h
by Arnaldo Carvalho de Melo
· 8 years ago
9d43f5e
perf tools: Fix the code to strip command name
by Jiri Olsa
· 8 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
e8b3ae4
perf tools: Add the right header to obtain PERF_ALIGN()
by Arnaldo Carvalho de Melo
· 8 years ago
4208735
perf tools: Remove poll.h and wait.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
72f7c4d
perf tools: Remove string.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
86a5e0c
perf tools: Remove sys/ioctl.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
bf67334
perf tools: Remove a few more needless includes from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
391e420
perf tools: Include sys/param.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
56e2e05
perf callchain: Move callchain specific routines from util.[ch]
by Arnaldo Carvalho de Melo
· 8 years ago
Next »