Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
efc0cdc9ed5e6cfb060ff7b77834cad9d3c97d1d
/
tools
/
perf
/
builtin-inject.c
efc0cdc
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()
by Arnaldo Carvalho de Melo
· 4 years, 8 months ago
8ab2e96
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
by Arnaldo Carvalho de Melo
· 4 years, 8 months ago
ec90e42
perf auxtrace: Add option to synthesize branch stack for regular events
by Adrian Hunter
· 4 years, 8 months ago
29f6eec
perf inject: Fix processing of ID index for injected instruction tracing
by Adrian Hunter
· 5 years ago
ba2675b
perf inject: Cut AUX area samples
by Adrian Hunter
· 5 years ago
ef5502a1
perf inject: Make --strip keep evsels
by Adrian Hunter
· 5 years ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
ea49e01
perf tools: Move event synthesizing routines to separate header
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
0ac25fd
perf tools: Remove perf.h from source files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
1fc632c
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
by Jiri Olsa
· 5 years ago
1625102
perf evlist: Rename perf_evlist__remove() to evlist__remove()
by Jiri Olsa
· 5 years ago
5eb2dd2
perf evsel: Rename perf_evsel__delete() to evsel__delete()
by Jiri Olsa
· 5 years ago
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
40978e9
perf inject: The tool->read() call may pass a NULL evsel, handle it
by Arnaldo Carvalho de Melo
· 5 years ago
371a337
perf inject: Enable COMPRESSED record decompression
by Alexey Budankov
· 6 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
daecf9e
perf tools: Add missing include for symbols.h
by Arnaldo Carvalho de Melo
· 6 years ago
1101f69
pref tools: Add missing map.h includes
by Arnaldo Carvalho de Melo
· 6 years ago
c12e039
perf tools: Report itrace options in help
by Andi Kleen
· 6 years ago
7336555
perf tools: Remove perf_tool from event_op3
by Jiri Olsa
· 6 years ago
89f1688
perf tools: Remove perf_tool from event_op2
by Jiri Olsa
· 6 years ago
71a84b5
perf thread: Make thread__find_map() return the map
by Arnaldo Carvalho de Melo
· 7 years ago
f07a2d3
perf thread: Introduce thread__find_map()
by Arnaldo Carvalho de Melo
· 7 years ago
936f1f3
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()
by Adrian Hunter
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 7 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
bb8d521
perf inject: Don't proceed if perf_session__process_event() fails
by David Carrillo-Cisneros
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
46bc29b
perf tools: Add time conversion event
by Adrian Hunter
· 9 years ago
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
e12b202
perf jitdump: Build only on supported archs
by Jiri Olsa
· 9 years ago
46dad05
perf jitdump: DWARF is also needed
by Arnaldo Carvalho de Melo
· 9 years ago
4a018cc
perf jit: Move clockid validation
by Adrian Hunter
· 9 years ago
570735b
perf jit: Let jit_process() return errors
by Adrian Hunter
· 9 years ago
640dad4
perf inject: Hit all DSOs for AUX data in JIT and other cases
by Adrian Hunter
· 9 years ago
9b07e27
perf inject: Add jitdump mmap injection support
by Stephane Eranian
· 9 years ago
921f3fa
perf inject: Make sure mmap records are ordered when injecting build_ids
by Arnaldo Carvalho de Melo
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
d8145b3
perf inject: Also re-pipe lost_samples event
by Adrian Hunter
· 9 years ago
f56fb98
perf inject: Add --strip option to strip out non-synthesized events
by Adrian Hunter
· 9 years ago
7311730
perf inject: Remove more aux-related stuff when processing instruction traces
by Adrian Hunter
· 9 years ago
051a01b
perf inject: Set branch stack feature flag when synthesizing branch stacks
by Adrian Hunter
· 9 years ago
0286039
perf tools: Add new PERF_RECORD_SWITCH event
by Adrian Hunter
· 9 years ago
9fedfb0
perf inject: Fill in the missing session freeing after an error occurs
by Taeung Song
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
0ad21f6
perf tools: Add support for PERF_RECORD_ITRACE_START
by Adrian Hunter
· 10 years ago
4a96f7a
perf tools: Add support for PERF_RECORD_AUX
by Adrian Hunter
· 10 years ago
e31f0d0
perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing
by Adrian Hunter
· 10 years ago
cd10b28
perf tools: Hit all build ids when AUX area tracing
by Adrian Hunter
· 10 years ago
99fa298
perf tools: Add AUX area tracing index
by Adrian Hunter
· 10 years ago
0f0aa5e
perf inject: Add Instruction Tracing support
by Adrian Hunter
· 10 years ago
cd17a9b
perf inject: Re-pipe AUX area tracing events
by Adrian Hunter
· 10 years ago
ccaa474
perf inject: Support using -f to override perf.data file ownership
by Yunlong Song
· 10 years ago
d704ebd
perf tools: tool->finished_round() doesn't need perf_session
by Arnaldo Carvalho de Melo
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
42aa276
perf tools: Use perf_data_file__fd() consistently
by Namhyung Kim
· 10 years ago
3c659ee
perf tools: Add id index
by Adrian Hunter
· 10 years ago
bb871a9
perf tools: A thread's machine can be found via thread->mg->machine
by Arnaldo Carvalho de Melo
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
1cb8bdc
perf inject: Move session handling out of __cmd_inject()
by Namhyung Kim
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 10 years ago
a7a2b8b
perf inject: Add --kallsyms parameter
by Adrian Hunter
· 10 years ago
e38b43c
perf inject: Fix build id injection
by Adrian Hunter
· 10 years ago
a261e4a
perf tools: Fix pipe check regression in attr event callback
by Jiri Olsa
· 11 years ago
13ce34d
perf tools: Use tid for finding thread
by Namhyung Kim
· 11 years ago
352ea45
perf callchain: Add mask into struct regs_dump
by Jiri Olsa
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
3406912
perf inject: Handle output file via perf_data_file object
by Jiri Olsa
· 11 years ago
744a971
perf evsel: Ditch evsel->handler.data field
by Arnaldo Carvalho de Melo
· 11 years ago
89c97d9
perf inject: Do not repipe attributes to a perf.data file
by Adrian Hunter
· 11 years ago
c824c43
perf tools: Stop using 'self' in some more places
by Arnaldo Carvalho de Melo
· 11 years ago
f5fc1412
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
33e940a
perf session: Check for SIGINT in more loops
by Arnaldo Carvalho de Melo
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
d03f217
perf tools: Expand perf_event__synthesize_sample()
by Adrian Hunter
· 11 years ago
ef89325
perf tools: Remove references to struct ip_event
by Adrian Hunter
· 11 years ago
314add6
perf tools: change machine__findnew_thread() to set thread pid
by Adrian Hunter
· 11 years ago
326f59b
perf tools: Remove filter parameter of thread__find_addr_map()
by Adrian Hunter
· 11 years ago
5b7ba82
perf symbols: Load kernel maps before using
by Adrian Hunter
· 11 years ago
6065210
perf tools: Remove event types framework completely
by Jiri Olsa
· 11 years ago
a609bda
perf inject: Add missing 'finished_round'
by Adrian Hunter
· 11 years ago
47c3d10
perf tools: Fix missing tool parameter
by Adrian Hunter
· 11 years ago
63c2c9f
perf inject: Remove unused parameter
by Adrian Hunter
· 11 years ago
54a3cf5
perf inject: Mark a dso if it's used
by Andrew Vagin
· 12 years ago
26a031e
perf inject: Merge sched_stat_* and sched_switch events
by Andrew Vagin
· 12 years ago
e558a5b
perf inject: Work with files
by Andrew Vagin
· 12 years ago
Next »