Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
5858610f0dd76151c4e12420fd11801d23737663
/
tools
/
perf
7959804
Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
92ead7e
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
by Ravi Bangoria
· 7 years ago
a3af66f
perf script: Fix crash because of missing evsel->priv
by Ravi Bangoria
· 7 years ago
10e9cec
perf script: Add missing output fields in a hint
by Ravi Bangoria
· 7 years ago
9831070
perf bench: Fix numa report output code
by Jiri Olsa
· 7 years ago
6dde642
perf stat: Remove duplicate event counting
by Thomas Richter
· 7 years ago
0c24d6f
perf alias: Rebuild alias expression string to make it comparable
by Thomas Richter
· 7 years ago
ea23ac7
perf alias: Remove trailing newline when reading sysfs files
by Thomas Richter
· 7 years ago
c6555c1
perf tools: Fix a clang 7.0 compilation error
by Yonghong Song
· 7 years ago
b1494ec
perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'
by Arnaldo Carvalho de Melo
· 7 years ago
621a5a3
perf intel-pt: Fix packet decoding of CYC packets
by Adrian Hunter
· 7 years ago
16ddcfb
perf tests: Add valid callback for parse-events test
by Jiri Olsa
· 7 years ago
933ccf2
perf tests: Add event parsing error handling to parse events test
by Jiri Olsa
· 7 years ago
143c99f
perf report powerpc: Fix crash if callchain is empty
by Sandipan Das
· 7 years ago
b930e62
perf test session topology: Fix test on s390
by Thomas Richter
· 7 years ago
0176622
perf record: Support s390 random socket_id assignment
by Thomas Richter
· 7 years ago
c81b995
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
fad76d4
perf script: Show hw-cache events
by Seeteena Thoufeek
· 7 years ago
4c82052
perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entry
by Jiri Olsa
· 7 years ago
a5cfa62
perf stat: Add event parsing error handling to add_default_attributes
by Jiri Olsa
· 7 years ago
c1a1f5d
perf stat: Allow to specify specific metric column len
by Jiri Olsa
· 7 years ago
f515572
perf stat: Fix metric column header display alignment
by Jiri Olsa
· 7 years ago
b37d33e
perf stat: Use only color_fprintf call in print_metric_only
by Jiri Olsa
· 7 years ago
9660e08
perf stat: Add --interval-clear option
by Jiri Olsa
· 7 years ago
f7fa827
perf tools: Fix error index for pmu event parser
by Jiri Olsa
· 7 years ago
c9d3662
perf hists: Reimplement hists__has_callchains()
by Arnaldo Carvalho de Melo
· 7 years ago
29f9fcd
perf hists browser gtk: Use hist_entry__has_callchains()
by Arnaldo Carvalho de Melo
· 7 years ago
e565445
perf hists: Make hist_entry__has_callchains() work with 'perf c2c'
by Arnaldo Carvalho de Melo
· 7 years ago
41477ac
perf hists: Save the callchain_size in struct hist_entry
by Arnaldo Carvalho de Melo
· 7 years ago
ac56aa4
perf script python: Add dict fields introduction to Documentation
by Jin Yao
· 7 years ago
48a1f56
perf script python: Add more PMU fields to event handler dict
by Jin Yao
· 7 years ago
5f9e0f3
perf script python: Move dsoname code to a new function
by Jin Yao
· 7 years ago
2be732c
perf symbols: Add BSS symbols when reading from /proc/kallsyms
by Arnaldo Carvalho de Melo
· 7 years ago
8d628d2
perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL
by Arnaldo Carvalho de Melo
· 7 years ago
9fb5233
perf intel-pt: Fix "Unexpected indirect branch" error
by Adrian Hunter
· 7 years ago
dd27b87
perf intel-pt: Fix MTC timing after overflow
by Adrian Hunter
· 7 years ago
bd2e49e
perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
by Adrian Hunter
· 7 years ago
dbcb82b
perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
by Adrian Hunter
· 7 years ago
ec1e6e6
perf script powerpc: Python script for hypervisor call statistics
by Ravi Bangoria
· 7 years ago
005cc00
perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols
by Arnaldo Carvalho de Melo
· 7 years ago
97802f3
perf map: Consider PTI entry trampolines in rip_2objdump()
by Adrian Hunter
· 7 years ago
f6c66d7
perf test code-reading: Fix perf_env setup for PTI entry trampolines
by Adrian Hunter
· 7 years ago
ceac7b7
perf tools: Fix pmu events parsing rule
by Jiri Olsa
· 7 years ago
0ce2da1
perf stat: Display user and system time
by Jiri Olsa
· 7 years ago
f92da71
perf record: Enable arbitrary event names thru name= modifier
by Alexey Budankov
· 7 years ago
aef4fea
perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
by Adrian Hunter
· 7 years ago
dcaeae4
perf tests kmod-path: Add tests for vdso32 and vdsox32
by Adrian Hunter
· 7 years ago
fabd37b
perf hists: Check if a hist_entry has callchains before using them
by Arnaldo Carvalho de Melo
· 7 years ago
0b5d6ec
perf hists: Introduce hist_entry__has_callchain() method
by Arnaldo Carvalho de Melo
· 7 years ago
4c50563
perf sched: Use sched->show_callchain where appropriate
by Arnaldo Carvalho de Melo
· 7 years ago
b879833
perf script: Check if evsel has callchains before trying to use it
by Arnaldo Carvalho de Melo
· 7 years ago
27de9b2
perf evsel: Add has_callchain() helper to make code more compact/clear
by Arnaldo Carvalho de Melo
· 7 years ago
9d0199c
perf report: No need to have report_callchain_help as a global
by Arnaldo Carvalho de Melo
· 7 years ago
e9ee0dc
perf test: Use header file util/debug.h
by Thomas Richter
· 7 years ago
f178fd2
perf annotate: Move objdump_path to struct annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
cd0cccb
perf hists browser: Pass annotation_options from tool to browser
by Arnaldo Carvalho de Melo
· 7 years ago
a47e843
perf annotate: Move disassembler_style global to annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
1eddd9e
perf annotate: Adopt anotation options from symbol_conf
by Arnaldo Carvalho de Melo
· 7 years ago
380195e
perf annotate: Pass annotation_options to symbol__annotate()
by Arnaldo Carvalho de Melo
· 7 years ago
6a53da0
perf srcline: Make hist_entry srcline helper consistent with map's
by Arnaldo Carvalho de Melo
· 7 years ago
bfa6351
perf sort: Introduce addr_map_symbol__srcline() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
e2d88aa
perf srcline: Introduce map__srcline() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
982d410
perf annotate stdio: Use annotation_options consistently
by Arnaldo Carvalho de Melo
· 7 years ago
9132d3d
perf annotate: Add comment about annotated_src->nr_histograms
by Arnaldo Carvalho de Melo
· 7 years ago
9fd5578
perf tools: Ditch the symbol_conf.nr_events global
by Arnaldo Carvalho de Melo
· 7 years ago
14c8dde
perf annotate: Replace symbol__alloc_hists() with symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
0693f75
perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
c6b635e
perf annotate: Introduce symbol__cycle_hists()
by Arnaldo Carvalho de Melo
· 7 years ago
e8ea922
perf annotate: Introduce symbol__hists()
by Arnaldo Carvalho de Melo
· 7 years ago
e1a91a8
perf annotate: __symbol__inc_addr_samples() needs just annotated_source
by Arnaldo Carvalho de Melo
· 7 years ago
be3e26d
perf annotate: Introduce annotated_source__alloc_histograms
by Arnaldo Carvalho de Melo
· 7 years ago
ca39650
perf annotate: Introduce constructor/destructor for annotated_source
by Arnaldo Carvalho de Melo
· 7 years ago
116c626
perf annotate: Split allocation of annotated_source struct
by Arnaldo Carvalho de Melo
· 7 years ago
f40dd6d
perf annotate: __symbol__acount_cycles doesn't need notes
by Arnaldo Carvalho de Melo
· 7 years ago
e345f3b
perf annotate: Pass perf_evsel instead of just evsel->idx
by Arnaldo Carvalho de Melo
· 7 years ago
362379a
perf tools: No need to check if the argument to __get() function is NULL
by Arnaldo Carvalho de Melo
· 7 years ago
5dbe23e
perf cgroup: Make evlist__find_cgroup() more compact
by Arnaldo Carvalho de Melo
· 7 years ago
f622df5
perf probe: Use return of map__get() to make code more compact
by Arnaldo Carvalho de Melo
· 7 years ago
4f5aeec
perf tools: Remove dead quote.[ch] code
by Arnaldo Carvalho de Melo
· 7 years ago
7869e58
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 7 years ago
0b3a183
perf tools intel-pt-decoder: Update insn.h from the kernel sources
by Arnaldo Carvalho de Melo
· 7 years ago
0d690fc
perf trace beauty prctl: Default header_dir to cwd to work without parms
by Arnaldo Carvalho de Melo
· 7 years ago
18a7057
perf tools: Fix perf.data format description of NRCPUS header
by Arnaldo Carvalho de Melo
· 7 years ago
943f32a
perf script python: Add addr into perf sample dict
by Leo Yan
· 7 years ago
0c71113
perf data: Update documentation section on cpu topology
by Thomas Richter
· 7 years ago
e2ab285
perf cs-etm: Fix indexing for decoder packet queue
by Mathieu Poirier
· 7 years ago
ab4e32f
perf bpf: Fix NULL return handling in bpf__prepare_load()
by YueHaibing
· 7 years ago
d121109
perf test: "Session topology" dumps core on s390
by Thomas Richter
· 7 years ago
369b230
perf parse-events: Handle uncore event aliases in small groups properly
by Kan Liang
· 7 years ago
22916fd
perf kcore_copy: Amend the offset of sections that remap kernel text
by Adrian Hunter
· 7 years ago
a1a3a06
perf kcore_copy: Copy x86 PTI entry trampoline sections
by Adrian Hunter
· 7 years ago
b4503cd
perf kcore_copy: Get rid of kernel_map
by Adrian Hunter
· 7 years ago
d2c9598
perf kcore_copy: Iterate phdrs
by Adrian Hunter
· 7 years ago
15acef6
perf kcore_copy: Layout sections
by Adrian Hunter
· 7 years ago
c9dd1d8
perf kcore_copy: Calculate offset from phnum
by Adrian Hunter
· 7 years ago
6e97957
perf kcore_copy: Keep a count of phdrs
by Adrian Hunter
· 7 years ago
f683820
perf kcore_copy: Keep phdr data in a list
by Adrian Hunter
· 7 years ago
787e4da
perf annotate: Show group event string for stdio
by Jin Yao
· 7 years ago
a8ce99b
perf machine: Synthesize and process mmap events for x86 PTI entry trampolines
by Adrian Hunter
· 7 years ago
Next »