Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
606f972b1361f477cbd4e6e8ac00742fde4b39db
/
tools
/
perf
/
util
606f972
perf bpf: Save bpf_prog_info information as headers to perf.data
by Song Liu
· 6 years ago
e4378f0
perf bpf: Save bpf_prog_info in a rbtree in perf_env
by Song Liu
· 6 years ago
e541695
perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool
by Song Liu
· 6 years ago
a742258
perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()
by Song Liu
· 6 years ago
71184c6
perf record: Replace option --bpf-event with --no-bpf-event
by Song Liu
· 6 years ago
42dfa45
perf evsel: Free evsel->counts in perf_evsel__exit()
by Arnaldo Carvalho de Melo
· 6 years ago
1e5b0cf
perf top: Fix global-buffer-overflow issue
by Changbin Du
· 6 years ago
da3a53a7
perf maps: Purge all maps from the 'names' tree
by Changbin Du
· 6 years ago
b49265e
perf map: Remove map from 'names' tree in __maps__remove()
by Changbin Du
· 6 years ago
cb6186a
perf hist: Add missing map__put() in error case
by Changbin Du
· 6 years ago
8bde851
perf build-id: Fix memory leak in print_sdt_events()
by Changbin Du
· 6 years ago
54569ba
perf config: Fix a memory leak in collect_config()
by Changbin Du
· 6 years ago
39df730
perf list: Don't forget to drop the reference to the allocated thread_map
by Changbin Du
· 6 years ago
42a5864
perf stat: Improve scaling
by Andi Kleen
· 6 years ago
75998bb
perf stat: Fix --no-scale
by Andi Kleen
· 6 years ago
a4e7e6e
perf report: Indicate JITed code better in report
by Andi Kleen
· 6 years ago
702fb9b
perf report: Show all sort keys in help output
by Andi Kleen
· 6 years ago
03724b2
perf record: Allow to limit number of reported perf.data files
by Andi Kleen
· 6 years ago
4968ac8
perf report: Implement browsing of individual samples
by Andi Kleen
· 6 years ago
6f3da20
perf report: Support builtin perf script in scripts menu
by Andi Kleen
· 6 years ago
3723908
perf report: Support time sort key
by Andi Kleen
· 6 years ago
e51f806
perf session: Add process callback to reader object
by Jiri Olsa
· 6 years ago
258031c
perf header: Add DIR_FORMAT feature to describe directory data
by Jiri Olsa
· 6 years ago
29583c1
perf data: Make perf_data__size() work over directory
by Jiri Olsa
· 6 years ago
e8be135
perf data: Add perf_data__update_dir() function
by Jiri Olsa
· 6 years ago
ec65def
perf data: Support having perf.data stored as a directory
by Jiri Olsa
· 6 years ago
eaeffeb
perf probe: Fix getting the kernel map
by Adrian Hunter
· 6 years ago
2a1292c
perf report: Parse time quantum
by Andi Kleen
· 6 years ago
f8c856c
perf time-utils: Add utility function to print time stamps in nanoseconds
by Andi Kleen
· 6 years ago
52bab88
perf report: Support output in nanoseconds
by Andi Kleen
· 6 years ago
3ab481a
perf script: Support insn output for normal samples
by Andi Kleen
· 6 years ago
b339da4
Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
b8f7d86
perf data: Force perf_data__open|close zero data->file.path
by Jiri Olsa
· 6 years ago
befa09b
perf session: Fix double free in perf_data__close
by Jiri Olsa
· 6 years ago
5b61adb
perf evsel: Probe for precise_ip with simple attr
by Jiri Olsa
· 6 years ago
90a86bd
perf tools: Read and store caps/max_precise in perf_pmu
by Jiri Olsa
· 6 years ago
2634958
perf hist: Fix memory leak of srcline
by Jiri Olsa
· 6 years ago
c575891
perf hist: Add error path into hist_entry__init
by Jiri Olsa
· 6 years ago
1532593
perf thread: Generalize function to copy from thread addr space from intel-bts code
by Andi Kleen
· 6 years ago
bc3bb79
perf annotate: Calculate the max instruction name, align column to that
by Arnaldo Carvalho de Melo
· 6 years ago
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a53837a
perf clang: Remove needless extra semicolon
by Yang Wei
· 6 years ago
f435887
perf db-export: Add calls parent_id to enable creation of call trees
by Adrian Hunter
· 6 years ago
0763338
perf intel-pt: Fix divide by zero when TSC is not available
by Adrian Hunter
· 6 years ago
c1c4920
perf auxtrace: Improve address filter error message when there is no DSO
by Adrian Hunter
· 6 years ago
284c4e1
perf time-utils: Refactor time range parsing code
by Jin Yao
· 6 years ago
f74a53d9
tools: libbpf: add a correctly named define for map iteration
by Jakub Kicinski
· 6 years ago
4d6101f
perf probe: Clarify error message about not finding kernel modules debuginfo
by Arnaldo Carvalho de Melo
· 6 years ago
94816ad
perf tools: Add perf_exe() helper to find perf binary
by Andi Kleen
· 6 years ago
eb61767
perf data: Add perf_data__open_dir_data function
by Jiri Olsa
· 6 years ago
1455206
perf data: Add perf_data__(create_dir|close_dir) functions
by Jiri Olsa
· 6 years ago
ccb7a71
perf data: Fail check_backup in case of error
by Jiri Olsa
· 6 years ago
5021fc4
perf data: Make check_backup work over directories
by Jiri Olsa
· 6 years ago
c69e4c3
perf tools: Add rm_rf_perf_data function
by Jiri Olsa
· 6 years ago
cdb6b02
perf tools: Add pattern name checking to rm_rf
by Jiri Olsa
· 6 years ago
05a4865
perf tools: Add depth checking to rm_rf
by Jiri Olsa
· 6 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
45112e8
perf data: Move size to struct perf_data_file
by Jiri Olsa
· 6 years ago
3c0cd95
perf thread-stack: Hide x86 retpolines
by Adrian Hunter
· 6 years ago
1f35cd6
perf thread-stack: Improve thread_stack__no_call_return()
by Adrian Hunter
· 6 years ago
11db1ad
perf annotate: Fix getting source line failure
by Wei Li
· 6 years ago
b4409ae
perf tools: Make rm_rf() remove single file
by Jiri Olsa
· 6 years ago
deb83da
perf cpumap: Increase debug level for cpu_map__snprint verbose output
by Jiri Olsa
· 6 years ago
b20fe10
perf bpf-event: Add missing new line into pr_debug call
by Jiri Olsa
· 6 years ago
6e7e8b9
perf evsel: Force sample_type for slave events
by Jiri Olsa
· 6 years ago
529c1a9
perf session: Don't report zero period samples for slave events
by Jiri Olsa
· 6 years ago
d19f8564
perf bpf: Add bpf_map dumper
by Arnaldo Carvalho de Melo
· 6 years ago
7346195
perf report: Don't shadow inlined symbol with different addr range
by He Kuang
· 6 years ago
e19a01c
perf tools: Use sysfs__mountpoint() when reading cpu topology
by Jiri Olsa
· 6 years ago
48e6c5a
perf tools: Add numa_topology object
by Jiri Olsa
· 6 years ago
5135d5e
perf tools: Add cpu_topology object
by Jiri Olsa
· 6 years ago
b00ccb27
perf header: Fix wrong node write in NUMA_TOPOLOGY feature
by Jiri Olsa
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
aa4df30
perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'
by Jiri Olsa
· 6 years ago
a9aeb87
perf header: Get rid of write_it label
by Jiri Olsa
· 6 years ago
33bbc57
perf list: Display metric expressions for --details option
by Jiri Olsa
· 6 years ago
714a92d
perf tools: Fix legacy events symbol separator parsing
by Jiri Olsa
· 6 years ago
5ff3288
perf tools: Rename build libperf to perf
by Jiri Olsa
· 6 years ago
8224531
perf cs-etm: Modularize auxtrace_buffer fetch function
by Mathieu Poirier
· 6 years ago
3fa0e83
perf cs-etm: Modularize main packet processing loop
by Mathieu Poirier
· 6 years ago
f74f349
perf cs-etm: Modularize main decoder function
by Mathieu Poirier
· 6 years ago
23cfcd6
perf cs-etm: Make cs_etm__run_decoder() queue independent
by Mathieu Poirier
· 6 years ago
4b6df11
perf cs-etm: Rethink kernel address initialisation
by Mathieu Poirier
· 6 years ago
4f5b371
perf cs-etm: Cleaning up function cs_etm__alloc_queue()
by Mathieu Poirier
· 6 years ago
e4aa592
perf cs-etm: Fix erroneous comment
by Mathieu Poirier
· 6 years ago
2507a3d9
perf cs-etm: Introducing function cs_etm__init_trace_params()
by Mathieu Poirier
· 6 years ago
ae4d9f5
perf cs-etm: Fix memory leak in error path
by Mathieu Poirier
· 6 years ago
65963e5
perf cs-etm: Introducing function cs_etm_decoder__init_dparams()
by Mathieu Poirier
· 6 years ago
d3267ad
perf cs-etm: Fix wrong return values in error path
by Mathieu Poirier
· 6 years ago
fc7ac41
perf cs-etm: Remove unused structure field "time" and "timestamp"
by Mathieu Poirier
· 6 years ago
b611f63
perf cs-etm: Remove unused structure field "state"
by Mathieu Poirier
· 6 years ago
39f4a91
perf utils: Silence "Couldn't synthesize bpf events" warning for EPERM
by Song Liu
· 6 years ago
2187d87
perf report: Add s390 diagnosic sampling descriptor size
by Thomas Richter
· 6 years ago
859dcf6
perf cs-etm: Add proper header file for symbols
by Mathieu Poirier
· 6 years ago
6854daa
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 6 years ago
9821517
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
16bd432
perf auxtrace: Add timestamp to auxtrace errors
by Adrian Hunter
· 6 years ago
26ee2bc
perf intel-pt: Packet splitting can happen only on 32-bit
by Adrian Hunter
· 6 years ago
0399761
perf intel-pt: Fix CYC timestamp calculation after OVF
by Adrian Hunter
· 6 years ago
Next »